Skip to content

Commit

Permalink
[FABN-1027] README: Fix Markup
Browse files Browse the repository at this point in the history
This patch fix a markup in README.md. There is a code span which is not
closed.

Change-Id: I2c44ea020626d747797291dc19d820d307c3cd65
Signed-off-by: Yuta Namiki <[email protected]>
  • Loading branch information
Yuta Namiki committed Nov 19, 2018
1 parent 177b286 commit c833235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can build the docker images in your native host (Mac, Ubuntu, Windows, etc.)
* run `brew install gnu-tar —-with-default-names` in order to swap out Mac's default tar command for a gnu-compliant one needed by chaincode execution on the peers

* build fabric-ca docker image (new membership service)
* cd `$GOPATH/src/github.com/hyperledger/fabric-ca
* cd `$GOPATH/src/github.com/hyperledger/fabric-ca`
* run `make docker`. For more build instructions see [fabric-ca README](https://github.com/hyperledger/fabric-ca)
* build fabric peer and orderer docker images and other ancillary images
* `cd $GOPATH/src/github.com/hyperledger/fabric`
Expand Down

0 comments on commit c833235

Please sign in to comment.