Skip to content

Commit

Permalink
Update docs/source/peer-chaincode-devmode.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Enyeart <enyeart@us.ibm.com>
Signed-off-by: bellaj <bellaj.badr@gmail.com>
(cherry picked from commit f415aa8)
  • Loading branch information
bellaj authored and mergify[bot] committed Dec 10, 2021
1 parent f684823 commit b853e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/peer-chaincode-devmode.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Throughout this tutorial, all commands are performed from the `fabric/` folder.
```
export FABRIC_CFG_PATH=$(pwd)/sampleconfig
```
5. Create the `hyperledger` subdirectory in the `/var` directory. This is a location the orderer uses to store blocks as defined in the orderer `orderer.yaml` and peer `core.yaml` files. To create the `hyperledger` subdirectory, execute these commands, replacing the question marks with your username:
5. Create the `hyperledger` subdirectory in the `/var` directory. This is the default location Fabric uses to store blocks as defined in the orderer `orderer.yaml` and peer `core.yaml` files. To create the `hyperledger` subdirectory, execute these commands, replacing the question marks with your username:
```
sudo mkdir /var/hyperledger
Expand Down

0 comments on commit b853e48

Please sign in to comment.