Skip to content

Commit 87a4266

Browse files
committed
[FAB-12630] Improve install instructions
Clarify binary install directory. Clarify version passing per component. Clarify binaries installed. Change-Id: I6d76c52780d2fa142e11d18c3d0c9629a3ba515d Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent 3b0e817 commit 87a4266

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/source/install.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ command that follows will perform the following steps:
3333
#. If needed, clone the `hyperledger/fabric-samples <https://github.com/hyperledger/fabric-samples>`_ repository
3434
#. Checkout the appropriate version tag
3535
#. 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
3737
#. Download the Hyperledger Fabric docker images for the version specified
3838

3939
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:
4343
4444
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.3.0
4545
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.
4848

4949
.. code:: bash
5050
@@ -70,12 +70,13 @@ that will download and extract all of the platform-specific binaries you
7070
will need to set up your network and place them into the cloned repo you
7171
created above. It retrieves the following platform-specific binaries:
7272

73-
* ``cryptogen``,
7473
* ``configtxgen``,
7574
* ``configtxlator``,
76-
* ``peer``,
75+
* ``cryptogen``,
76+
* ``discover``,
77+
* ``idemixgen``
7778
* ``orderer``,
78-
* ``idemixgen``, and
79+
* ``peer``, and
7980
* ``fabric-ca-client``
8081

8182
and places them in the ``bin`` sub-directory of the current working

0 commit comments

Comments
 (0)