doc: build should work for non-github users

release-3.1
Xiang Li 2016-10-04 10:26:51 -07:00
parent c349e089b1
commit 904e5090fd
1 changed files with 1 additions and 1 deletions

View File

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