From 659fe39b3fba9746bf70bfefb83b842c5e4e2f35 Mon Sep 17 00:00:00 2001 From: Rijul Aggarwal Date: Tue, 15 Sep 2020 12:19:14 -0400 Subject: [PATCH] Adding notes for the usage of script during samples install Signed-off-by: Rijul Aggarwal (cherry picked from commit 4ce4e10b36d6015d3921b84a80b9740464125b87) --- docs/source/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/install.rst b/docs/source/install.rst index 478c9fefeef..eb061224da6 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -64,6 +64,10 @@ the binaries and images. the un-shortened URL: https://raw.githubusercontent.com/hyperledger/fabric/{BRANCH}/scripts/bootstrap.sh +.. note:: For additional use pattern you can use the -h flag to view the help and available commands for the + Fabric-Samples bootstrap script. For example: + ``curl -sSL https://bit.ly/2ysbOFE | bash -s -- -h`` + The command above downloads and executes a bash script that will download and extract all of the platform-specific binaries you will need to set up your network and place them into the cloned repo you