Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Add extra parameters necessary for Fabric 1.1 curl / bash sequence - …
Browse files Browse the repository at this point in the history
…platform binaries, cryptogen etc (#4233)

Signed-off-by: Paul O'M <[email protected]>
  • Loading branch information
Paul O'M authored and Dave Kelsey committed Jul 4, 2018
1 parent db9b090 commit 53b554a
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@ In order to follow this tutorial, you must start up a fresh {{site.data.conrefs.

cd fabric-samples

2. Download the platform binaries, including cryptogen :
2. Download the platform binaries, including cryptogen using this command (three parameters needed for the bash command):

curl -sSL https://goo.gl/6wtTN5 | bash -s 1.1.0
curl -sSL https://goo.gl/6wtTN5 | bash -s 1.1.0 1.1.0 0.4.6

Verify the list of docker images downloaded without issues
Verify the list of docker images downloaded without issues.

(Please note that you can ignore the initial "error: pathspec v1.1.0 did not match" message in the output for now)

3. change directory into `first-network` sample

Expand Down

0 comments on commit 53b554a

Please sign in to comment.