diff --git a/README.md b/README.md index c009480..84f7d67 100644 --- a/README.md +++ b/README.md @@ -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