doc: use curl instead of wget

Unlike curl, wget is not in CentOS and RHEL base system.

Change-Id: I62c28ed1d69315d9fb1af386128586944baf5eac
This commit is contained in:
Gonéri Le Bouder 2017-03-20 12:12:59 -04:00
parent 34ecff2c4d
commit 750028eec3
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