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
This commit is contained in:
Thomas Hansen
2013-06-19 11:38:58 -05:00
parent 1644bb786c
commit f5f2d8e1e0

View File

@ -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/...