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 <pchand@amplify.com>
This commit is contained in:
Pratap Chand 2015-03-26 20:20:34 -04:00
parent c28b3a736c
commit c147e2a508
1 changed files with 1 additions and 0 deletions

View File

@ -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 .