Skip to content

Commit cf943ec

Browse files
FAB-4150 add shortened url to track downloads
Change-Id: I1e7ff5bba67c3d20eae0aa200d6d11bf5ef7de6a Signed-off-by: Christopher Ferris <[email protected]>
1 parent 80f4ed2 commit cf943ec

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/source/getting_started.rst

+9-8
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ On Windows machines you will also need the following which provides a better alt
3838
- `Git Bash <https://git-scm.com/downloads>`__
3939
- `make for MinGW <http://sourceforge.net/projects/mingw/files/MinGW/Extension/make/make-3.82.90-cvs/make-3.82.90-2-mingw32-cvs-20120902-bin.tar.lzma>`__ to be added to Git Bash
4040

41-
Curl the artifacts and binaries & pull the docker images
41+
Download the artifacts and binaries & pull the docker images
4242
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4343

4444
.. note:: If you are running on Windows you will want to make use of your Git
@@ -56,14 +56,15 @@ Next, execute the following command:
5656

5757
.. code:: bash
5858
59-
curl -sS https://raw.githubusercontent.com/hyperledger/fabric/master/examples/e2e_cli/bootstrap.sh | bash
59+
curl -sSL https://goo.gl/NIKLiU | bash
6060
61-
This command executes a bash script (``bootstrap.sh``) that will extract all of the necessary
62-
artifacts to set up your network and place them into a folder named ``release``.
63-
It also retrieves the two binaries - cryptogen and configtxgen - which are briefly
64-
described above. Finally, the script will download the Hyperledger Fabric
65-
docker images. The script leverages an environment variable to detect your OS, allowing us to pull
66-
platform specific binaries and images.
61+
This command downloads and executes a bash script (``bootstrap.sh``) that will
62+
extract all of the necessary artifacts to set up your network and place them
63+
into a folder named ``release``.
64+
65+
It also retrieves the two platform-specific binaries - ``cryptogen`` and
66+
``configtxgen`` - which are briefly described above. Finally, the script will
67+
download the Hyperledger Fabric docker images into your local Docker registry.
6768

6869
The script lists out the docker images upon conclusion. You should see the
6970
following:

0 commit comments

Comments
 (0)