Merge "doc: use curl instead of wget"

This commit is contained in:
Jenkins 2017-07-26 21:06:52 +00:00 committed by Gerrit Code Review
commit e8a83ef58a
2 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@ and running the ``quickstart.sh`` script.
Getting the script
------------------
You can download the ``quickstart.sh`` script with ``wget``::
You can download the ``quickstart.sh`` script with ``curl``::
wget https://raw.githubusercontent.com/openstack/tripleo-quickstart/master/quickstart.sh
curl -O https://raw.githubusercontent.com/openstack/tripleo-quickstart/master/quickstart.sh
Alternatively, you can clone this repository and run the script from there.

View File

@ -75,7 +75,7 @@ The following is a list of design decisions made to solve the problem.
Example:::
wget https://raw.githubusercontent.com/openstack/tripleo-quickstart/master/quickstart.sh
curl -O https://raw.githubusercontent.com/openstack/tripleo-quickstart/master/quickstart.sh
bash quickstart.sh <host>
Solve for Scenario #2