mirror of https://github.com/docker/docs.git
Merge pull request #944 from hansent/patch-1
* Documentation: use https repo url to clone for dev setup instructions
This commit is contained in:
commit
fdaefe6997
|
@ -269,7 +269,7 @@ export PATH=$GOPATH/bin:$PATH
|
||||||
|
|
||||||
mkdir -p $GOPATH/src/github.com/dotcloud
|
mkdir -p $GOPATH/src/github.com/dotcloud
|
||||||
cd $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
|
cd docker
|
||||||
|
|
||||||
go get -v github.com/dotcloud/docker/...
|
go get -v github.com/dotcloud/docker/...
|
||||||
|
|
Loading…
Reference in New Issue