From f065445f6627505352f504ccd089a0570742ab71 Mon Sep 17 00:00:00 2001 From: Martin Thielecke Date: Sat, 30 Dec 2017 00:03:00 +0000 Subject: [PATCH] changed documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84f7d67..6444b1b 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 Dockerfile, and get the current libraries +1. Prepare the repository for GAE environment and get the current libraries ``` - $ rm -r vendor && rm Dockerfile && go get -v -u ./... + $ make prepare-gae-deploy && go get -v -u ./... ``` 2. Create app.yaml and set the correct settings