diff --git a/README.rst b/README.rst index 64a390932..04b86b9c4 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/doc/source/design.rst b/doc/source/design.rst index 56ed14eac..4821ee1ea 100644 --- a/doc/source/design.rst +++ b/doc/source/design.rst @@ -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 Solve for Scenario #2