added mkdir -p

Signed-off-by: Giulio De Donato <liuggio@gmail.com>
This commit is contained in:
Giulio De Donato 2015-04-01 18:36:53 +02:00
parent e1e7259b8a
commit 7510b25c5f
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
mkdir -p $GOPATH/src/github.com/docker/
cd $GOPATH/src/github.com/docker/
git clone https://github.com/docker/swarm
cd swarm