From 5b4c925b777d533e8fc1f87e59d5aa08d92a4e99 Mon Sep 17 00:00:00 2001 From: David Enyeart Date: Tue, 20 Feb 2018 22:51:38 -0500 Subject: [PATCH] [FAB-8424] Fix fabric-samples checkout instruction Fix fabric-samples instructions to cd into repository before checkout of tag. Change-Id: I273afb103ea2afe38342bad997d6e1fa8f47b725 Signed-off-by: David Enyeart --- docs/source/samples.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/samples.rst b/docs/source/samples.rst index 8fbb27a2657..ecfc118ab75 100644 --- a/docs/source/samples.rst +++ b/docs/source/samples.rst @@ -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". @@ -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