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

readme fixes

This commit is contained in:
Martin Thielecke 2017-12-29 22:19:19 +00:00
parent ffad020a92
commit a9625cfa44

View File

@ -96,7 +96,7 @@ Example: redis+tcp://auth:mypass@redis.example.com:6379/5?prefix=cloudkeys::
1. Remove the vendor folder and get the current libraries 1. Remove the vendor folder and get the current libraries
``` ```
# rm -r vendor && go get -v -u ./... $ rm -r vendor && go get -v -u ./...
``` ```
2. Fake os.Args in config.go 2. Fake os.Args in config.go
@ -129,5 +129,5 @@ index f2bbf2e..542c276 100644
3. Deploy on App Engine 3. Deploy on App Engine
``` ```
# appcfg.py update . $ appcfg.py update .
``` ```