Skip to content

Commit

Permalink
Merge "[FAB-11979] Update Building on Centos 7 instuctions"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Yellick authored and Gerrit Code Review committed Sep 25, 2018
2 parents 25f79cd + c44afb6 commit d5c1514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/dev-setup/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5c1514

Please sign in to comment.