mirror of https://github.com/docker/docs.git
Merge pull request #2191 from jviide/patch-1
Fix the local development environment instructions
This commit is contained in:
commit
436e85c150
|
@ -38,7 +38,7 @@ example of cloning and preparing the correct environment `GOPATH`:
|
||||||
cd docker-machine
|
cd docker-machine
|
||||||
export GOPATH="$PWD"
|
export GOPATH="$PWD"
|
||||||
go get github.com/docker/machine
|
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:
|
At this point, simply run:
|
||||||
|
|
Loading…
Reference in New Issue