Skip to content

Commit eeafa9f

Browse files
committed
[FAB-8348] documented the tag matching requirement
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>
1 parent 8b0944a commit eeafa9f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/source/samples.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ execute the following commands:
2626
.. code:: bash
2727
2828
git clone -b master https://github.com/hyperledger/fabric-samples.git
29+
git checkout {TAG} 
2930
cd fabric-samples
3031
32+
.. note:: To ensure the samples are compatible with the version of Fabric binaries you download below,
33+
checkout the samples ``{TAG}`` that matches your Fabric version, for example, v1.1.0-alpha.
34+
To see a list of all fabric-samples tags, use command "git tag".
35+
3136
.. _binaries:
3237

3338
Download Platform-specific Binaries
@@ -58,7 +63,7 @@ you will extract the platform-specific binaries:
5863

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

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

0 commit comments

Comments
 (0)