File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,16 @@ the binaries and images.
44
44
45
45
.. code :: bash
46
46
47
- curl -sSL http ://bit.ly/2ysbOFE | bash -s
47
+ curl -sSL https ://bit.ly/2ysbOFE | bash -s
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
51
The command below demonstrates how to download **Fabric v2.0.0 Alpha release v2.0.0-alpha **
52
52
53
53
.. code :: bash
54
54
55
- curl -sSL http ://bit.ly/2ysbOFE | bash -s -- < fabric_version> < fabric-ca_version> < thirdparty_version>
56
- curl -sSL http ://bit.ly/2ysbOFE | bash -s -- 2.0.0-alpha 2.0.0-alpha 0.4.15
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
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