mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 14:10:05 +00:00
fixed documentation
This commit is contained in:
parent
307d6ca44a
commit
150447d166
1 changed files with 2 additions and 2 deletions
|
@ -93,10 +93,10 @@ Example: redis+tcp://auth:mypass@redis.example.com:6379/5?prefix=cloudkeys::
|
|||
|
||||
## 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
|
||||
|
|
Loading…
Reference in a new issue