Explorar el Código

doc: build should work for non-github users

Xiang Li hace 9 años
padre
commit
904e5090fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 $ mkdir -p $GOPATH/src/github.com/coreos
 $ cd $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
 $ cd etcd
 $ ./build
 $ ./build
 $ ./bin/etcd
 $ ./bin/etcd