From c44afb6a66592b442d1846972654d69f386b8d69 Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Thu, 13 Sep 2018 09:50:45 +0530 Subject: [PATCH] [FAB-11979] Update Building on Centos 7 instuctions The FABRIC export variable path was github.hyperledger instead it should be github.com/hyperledger. Change-Id: I085e89f80b881187aaeab21462fa0bbede790f5a Signed-off-by: Swapnil Kulkarni --- docs/source/dev-setup/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/dev-setup/build.rst b/docs/source/dev-setup/build.rst index ea059e6c4b1..efa2aca7fd3 100644 --- a/docs/source/dev-setup/build.rst +++ b/docs/source/dev-setup/build.rst @@ -126,7 +126,7 @@ supporting artifacts. export GOPATH={directory of your choice} mkdir -p $GOPATH/src/github.com/hyperledger - FABRIC=$GOPATH/src/github.hyperledger/fabric + FABRIC=$GOPATH/src/github.com/hyperledger/fabric git clone https://github.com/hyperledger/fabric $FABRIC cd $FABRIC git checkout master # <-- only if you want the master branch