Skip to content

Commit

Permalink
[FAB-8348] documented the tag matching requirement
Browse files Browse the repository at this point in the history
The 1.1.0-alpha fabric-samples are only guaranteed to work with
1.1.0-alpha binaries/images. Mentioned this on the doc page.

Change-Id: I3ba23b82208262279888e995a831c8548bd9bad3
Signed-off-by: luomin <luomin_tokyotech@hotmail.com>
  • Loading branch information
luomin committed Feb 21, 2018
1 parent 8b0944a commit eeafa9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ execute the following commands:
.. code:: bash
git clone -b master https://github.com/hyperledger/fabric-samples.git
git checkout {TAG} 
cd fabric-samples
.. note:: To ensure the samples are compatible with the version of Fabric binaries you download below,
checkout the samples ``{TAG}`` that matches your Fabric version, for example, v1.1.0-alpha.
To see a list of all fabric-samples tags, use command "git tag".

.. _binaries:

Download Platform-specific Binaries
Expand Down Expand Up @@ -58,7 +63,7 @@ you will extract the platform-specific binaries:

.. note:: You can use the command above for any published version of Hyperledger
Fabric. Simply replace '1.1.0-alpha' with the version identifier
of the version you wish to install.
of the version you wish to install.

The command above downloads and executes a bash script
that will download and extract all of the platform-specific binaries you
Expand Down

0 comments on commit eeafa9f

Please sign in to comment.