mirror of https://github.com/docker/docs.git
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:
parent
c28b3a736c
commit
c147e2a508
|
|
@ -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