From 904e5090fd1c791ceb0a06e2c80f8f6f629c739f Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Tue, 4 Oct 2016 10:26:51 -0700 Subject: [PATCH] doc: build should work for non-github users --- Documentation/dl_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dl_build.md b/Documentation/dl_build.md index 4350b9a4f..0943d9928 100644 --- a/Documentation/dl_build.md +++ b/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