Skip to content

Commit

Permalink
Update byfn download command
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <Brett.T.Logan@ibm.com>
  • Loading branch information
Brett Logan authored and denyeart committed Dec 12, 2019
1 parent 6de9dc2 commit 16d8436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ the binaries and images.
.. note:: If you want a specific release, pass a version identifier for Fabric,
Fabric-ca and thirdparty Docker images.
The command below demonstrates how to download **Fabric v2.0.0 Alpha release v2.0.0-alpha**
The command below demonstrates how to download **Fabric v2.0.0 Beta release v2.0.0-beta**

.. code:: bash
curl -sSL https://bit.ly/2ysbOFE | bash -s -- <fabric_version> <fabric-ca_version> <thirdparty_version>
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.0.0-alpha 2.0.0-alpha 0.4.15
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.0.0-beta 1.4.4 0.4.18
.. note:: If you get an error running the above curl command, you may
have too old a version of curl that does not handle
Expand Down

0 comments on commit 16d8436

Please sign in to comment.