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

Commit 53b554a

Browse files
Paul O'Mdavek-at-ibm
authored andcommitted
Add extra parameters necessary for Fabric 1.1 curl / bash sequence - platform binaries, cryptogen etc (#4233)
Signed-off-by: Paul O'M <[email protected]>
1 parent db9b090 commit 53b554a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/composer-website/jekylldocs/tutorials/deploy-to-fabric-multi-org.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ In order to follow this tutorial, you must start up a fresh {{site.data.conrefs.
5959

6060
cd fabric-samples
6161

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

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

66-
Verify the list of docker images downloaded without issues
66+
Verify the list of docker images downloaded without issues.
67+
68+
(Please note that you can ignore the initial "error: pathspec v1.1.0 did not match" message in the output for now)
6769

6870
3. change directory into `first-network` sample
6971

0 commit comments

Comments
 (0)