Skip to content

Commit

Permalink
[FAB-11979] Update Building on Centos 7 instuctions
Browse files Browse the repository at this point in the history
The FABRIC export variable path was github.hyperledger
instead it should be github.com/hyperledger.

Change-Id: I085e89f80b881187aaeab21462fa0bbede790f5a
Signed-off-by: Swapnil Kulkarni <Swapnil_Kulkarni@Persistent.com>
  • Loading branch information
Swapnil Kulkarni authored and Swapnil Kulkarni committed Sep 13, 2018
1 parent fdc4889 commit c44afb6
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 c44afb6

Please sign in to comment.