From 4b6455d39533c8b8610144c1aac9038ea92a336f Mon Sep 17 00:00:00 2001 From: jviide Date: Thu, 5 Nov 2015 23:21:45 +0200 Subject: [PATCH] Fix the local development environment instructions 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 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40fcc2ab06..c5dd59ed80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: