From f5f2d8e1e0067c523a795c575a185d4707ae8e2b Mon Sep 17 00:00:00 2001 From: Thomas Hansen Date: Wed, 19 Jun 2013 11:38:58 -0500 Subject: [PATCH] use https repo url to clone for dev setup instructions the git clone line in the dev setup instructions does not work as is, unless the user has write access Upstream-commit: c88b763e80d6ad0253da060896da10d60f58f829 Component: engine --- components/engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/README.md b/components/engine/README.md index 44ff977298..8def9bc196 100644 --- a/components/engine/README.md +++ b/components/engine/README.md @@ -269,7 +269,7 @@ export PATH=$GOPATH/bin:$PATH mkdir -p $GOPATH/src/github.com/dotcloud cd $GOPATH/src/github.com/dotcloud -git clone git@github.com:dotcloud/docker.git +git clone https://github.com/dotcloud/docker.git cd docker go get -v github.com/dotcloud/docker/...