We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25f79cd + c44afb6 commit d5c1514Copy full SHA for d5c1514
1 file changed
docs/source/dev-setup/build.rst
@@ -126,7 +126,7 @@ supporting artifacts.
126
127
export GOPATH={directory of your choice}
128
mkdir -p $GOPATH/src/github.com/hyperledger
129
- FABRIC=$GOPATH/src/github.hyperledger/fabric
+ FABRIC=$GOPATH/src/github.com/hyperledger/fabric
130
git clone https://github.com/hyperledger/fabric $FABRIC
131
cd $FABRIC
132
git checkout master # <-- only if you want the master branch
0 commit comments