mirror of https://github.com/docker/docs.git
Merge pull request #521 from pratapchand/master
Fixing the Readme file.
This commit is contained in:
commit
989ff7b148
|
|
@ -40,6 +40,7 @@ You may need to set `$GOPATH`, e.g `mkdir ~/gocode; export GOPATH=~/gocode`.
|
||||||
Then install the `swarm` binary:
|
Then install the `swarm` binary:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
cd $GOPATH/src/github.com/docker/
|
||||||
git clone https://github.com/docker/swarm
|
git clone https://github.com/docker/swarm
|
||||||
cd swarm
|
cd swarm
|
||||||
godep go install .
|
godep go install .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue