Browse Source

Merge pull request #6576 from xiang90/fix_doc

doc: build should work for non-github users
Xiang Li 9 years ago
parent
commit
02f557068e
1 changed files with 1 additions and 1 deletions
  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