Skip to content

Commit

Permalink
[FAB-8424] Fix fabric-samples checkout instruction
Browse files Browse the repository at this point in the history
Fix fabric-samples instructions to cd into
repository before checkout of tag.

Change-Id: I273afb103ea2afe38342bad997d6e1fa8f47b725
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Feb 21, 2018
1 parent eeafa9f commit 5b4c925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ execute the following commands:
.. code:: bash
git clone -b master https://github.com/hyperledger/fabric-samples.git
git checkout {TAG} 
cd fabric-samples
git checkout {TAG} 
.. note:: To ensure the samples are compatible with the version of Fabric binaries you download below,
.. 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".

Expand Down Expand Up @@ -63,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

1 comment on commit 5b4c925

@thoorp
Copy link

@thoorp thoorp commented on 5b4c925 Mar 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we insert a tip on how to find out version of fabric?

Please sign in to comment.