Merge pull request #2191 from jviide/patch-1

Fix the local development environment instructions
This commit is contained in:
Olivier Gambier 2015-11-05 13:43:02 -08:00
commit 436e85c150
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ example of cloning and preparing the correct environment `GOPATH`:
cd docker-machine
export GOPATH="$PWD"
go get github.com/docker/machine
cd docker-machine/src/github.com/docker/machine
cd src/github.com/docker/machine
```
At this point, simply run: