Skip to content

Commit

Permalink
FAB-3689 move fabric binaries link to nexus
Browse files Browse the repository at this point in the history
update README to fetch fabric binaries from
nexus repository. Existing link is broken as we are purging
logs.

Change-Id: Ic9150d394a70a2f73baf7b3bf804eed618d076ac
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed May 6, 2017
1 parent 154160e commit f5987e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dchackfest/samples/e2e/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Next, execute the following command:

.. code:: bash
curl -L https://logs.hyperledger.org/sandbox/vex-yul-hyp-jenkins-2/fabric-binaries/release.tar.gz -o release.tar.gz 2> /dev/null; tar -xvf release.tar.gz
curl -L https://nexus.hyperledger.org/content/repositories/snapshots/sandbox/vex-yul-hyp-jenkins-2/fabric-binaries/release.tar.gz -o release.tar.gz 2> /dev/null; tar -xvf release.tar.gz
This command pulls and extracts all of the necessary artifacts to set up your
network and places them into a folder titled ``release``. It also retrieves the
Expand Down

0 comments on commit f5987e2

Please sign in to comment.