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 .