From 53b554a4cc25f767d2ac343c5185c39186d3457f Mon Sep 17 00:00:00 2001 From: Paul O'M Date: Wed, 4 Jul 2018 19:16:54 +0100 Subject: [PATCH] Add extra parameters necessary for Fabric 1.1 curl / bash sequence - platform binaries, cryptogen etc (#4233) Signed-off-by: Paul O'M --- .../jekylldocs/tutorials/deploy-to-fabric-multi-org.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/composer-website/jekylldocs/tutorials/deploy-to-fabric-multi-org.md b/packages/composer-website/jekylldocs/tutorials/deploy-to-fabric-multi-org.md index bfd31798fb..adb09f4741 100644 --- a/packages/composer-website/jekylldocs/tutorials/deploy-to-fabric-multi-org.md +++ b/packages/composer-website/jekylldocs/tutorials/deploy-to-fabric-multi-org.md @@ -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