Skip to content

Commit

Permalink
Updated Fabric version to 1.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoblenz committed Jan 28, 2020
1 parent 1308070 commit dc3577a
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 @@ -39,7 +39,7 @@ To generate the Fabric structure elsewhere, pass `--output-path` with the path t
###### Fabric deployment
To use the chaincode on Fabric, some pre-requisites have to be met. First of all, you should have Docker installed on your machine. Then:
1. In a terminal, go to the root of the Obsidian project folder.
2. Run the following command: `curl -sSL http://bit.ly/2ysbOFE | bash -s 1.4.1 -s`
2. Run the following command: `curl -sSL http://bit.ly/2ysbOFE | bash -s 1.4.4 -s`

This installs all the platform-specific binaries you need to run a Fabric network and places them in the `bin` sub-directory of the Obsidian project.
It also downloads all the required Docker images and places them in your local Docker registry, tagged as `latest`.
Expand Down

0 comments on commit dc3577a

Please sign in to comment.