瀏覽代碼

Merge pull request #6576 from xiang90/fix_doc

doc: build should work for non-github users
Xiang Li 9 年之前
父節點
當前提交
02f557068e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/dl_build.md

+ 1 - 1
Documentation/dl_build.md

@@ -28,7 +28,7 @@ $ echo $GOPATH
 
 $ mkdir -p $GOPATH/src/github.com/coreos
 $ cd $GOPATH/src/github.com/coreos
-$ git clone github.com:coreos/etcd.git
+$ git clone https://github.com/coreos/etcd.git
 $ cd etcd
 $ ./build
 $ ./bin/etcd