瀏覽代碼

Merge pull request #944 from hansent/patch-1

* Documentation: use https repo url to clone for dev setup instructions
Solomon Hykes 12 年之前
父節點
當前提交
fdaefe6997
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

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