Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Fix the local development environment instructions
Browse files Browse the repository at this point in the history
Omit the docker-machine/ path prefix from the last cd command. Having followed the instructions the user should already be in the docker-machine directory.

Signed-off-by: Joachim Viide <jviide@iki.fi>
  • Loading branch information
jviide committed Nov 5, 2015
1 parent 24da8ad commit 4b6455d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b6455d

Please sign in to comment.