File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ command that follows will perform the following steps:
33
33
#. If needed, clone the `hyperledger/fabric-samples <https://github.com/hyperledger/fabric-samples >`_ repository
34
34
#. Checkout the appropriate version tag
35
35
#. Install the Hyperledger Fabric platform-specific binaries and config files
36
- for the version specified into the root of the fabric-samples repository
36
+ for the version specified into the /bin and /config directories of fabric-samples
37
37
#. Download the Hyperledger Fabric docker images for the version specified
38
38
39
39
Once you are ready, and in the directory into which you will install the
@@ -43,8 +43,8 @@ Fabric Samples and binaries, go ahead and execute the following command:
43
43
44
44
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.3.0
45
45
46
- .. note :: If you want to download Fabric, Fabric-ca and thirdparty Docker images
47
- you must pass the version identifier to the script .
46
+ .. note :: If you want to download different versions for Fabric, Fabric-ca and thirdparty
47
+ Docker images, you must pass the version identifier for each .
48
48
49
49
.. code :: bash
50
50
@@ -70,12 +70,13 @@ that will download and extract all of the platform-specific binaries you
70
70
will need to set up your network and place them into the cloned repo you
71
71
created above. It retrieves the following platform-specific binaries:
72
72
73
- * ``cryptogen ``,
74
73
* ``configtxgen ``,
75
74
* ``configtxlator ``,
76
- * ``peer ``,
75
+ * ``cryptogen ``,
76
+ * ``discover ``,
77
+ * ``idemixgen ``
77
78
* ``orderer ``,
78
- * ``idemixgen ``, and
79
+ * ``peer ``, and
79
80
* ``fabric-ca-client ``
80
81
81
82
and places them in the ``bin `` sub-directory of the current working
You can’t perform that action at this time.
0 commit comments