1
0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-09-19 15:42:58 +00:00

fixed documentation

This commit is contained in:
Martin Thielecke 2017-12-29 23:58:05 +00:00
parent 307d6ca44a
commit 150447d166

View File

@ -93,10 +93,10 @@ Example: redis+tcp://auth:mypass@redis.example.com:6379/5?prefix=cloudkeys::
## Install on Google App Engine ## Install on Google App Engine
1. Remove the vendor folder and get the current libraries 1. Remove the vendor folder and Dockerfile, and get the current libraries
``` ```
$ rm -r vendor && go get -v -u ./... $ rm -r vendor && rm Dockerfile && go get -v -u ./...
``` ```
2. Create app.yaml and set the correct settings 2. Create app.yaml and set the correct settings