File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ the binaries and images.
48
48
49
49
.. note :: If you want a specific release, pass a version identifier for Fabric,
50
50
Fabric-ca and thirdparty Docker images.
51
- The command below demonstrates how to download **Fabric v2.0.0 Alpha release v2.0.0-alpha **
51
+ The command below demonstrates how to download **Fabric v2.0.0 Beta release v2.0.0-beta **
52
52
53
53
.. code :: bash
54
54
55
55
curl -sSL https://bit.ly/2ysbOFE | bash -s -- < fabric_version> < fabric-ca_version> < thirdparty_version>
56
- curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.0.0-alpha 2.0.0-alpha 0.4.15
56
+ curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.0.0-beta 1.4.4 0.4.18
57
57
58
58
.. note :: If you get an error running the above curl command, you may
59
59
have too old a version of curl that does not handle
You can’t perform that action at this time.
0 commit comments