Skip to content

Commit d5c1514

Browse files
Jason YellickGerrit Code Review
authored andcommitted
Merge "[FAB-11979] Update Building on Centos 7 instuctions"
2 parents 25f79cd + c44afb6 commit d5c1514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/dev-setup/build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ supporting artifacts.
126126

127127
export GOPATH={directory of your choice}
128128
mkdir -p $GOPATH/src/github.com/hyperledger
129-
FABRIC=$GOPATH/src/github.hyperledger/fabric
129+
FABRIC=$GOPATH/src/github.com/hyperledger/fabric
130130
git clone https://github.com/hyperledger/fabric $FABRIC
131131
cd $FABRIC
132132
git checkout master # <-- only if you want the master branch

0 commit comments

Comments
 (0)