Merge pull request #521 from pratapchand/master

Fixing the Readme file.
This commit is contained in:
Victor Vieux 2015-03-27 14:15:24 -05:00
commit 989ff7b148
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 .