From c147e2a5089257481c52888072243d373614eadf Mon Sep 17 00:00:00 2001 From: Pratap Chand Date: Thu, 26 Mar 2015 20:20:34 -0400 Subject: [PATCH] Fixing the Readme file. Before cloning swarm, one needs to go into the right directory (e.g. ~/gocode/src/github.com/docker) else godeps will start complaining. Fixes #520 Signed-off-by: Pratap Chand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59fd1ca414..ff9118b082 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ You may need to set `$GOPATH`, e.g `mkdir ~/gocode; export GOPATH=~/gocode`. Then install the `swarm` binary: ```bash +cd $GOPATH/src/github.com/docker/ git clone https://github.com/docker/swarm cd swarm godep go install .