Merge pull request #34498 from rallytime/bootstrap-tutorial-doc-fix

Use -O in the wget example in the bootstrap tutorial for the develop branch
This commit is contained in:
Mike Place 2016-07-07 10:30:46 -06:00 committed by GitHub
commit 63f0451041

View file

@ -162,7 +162,7 @@ Downloading the script from develop branch:
.. code-block:: bash
wget https://bootstrap.saltstack.com/develop
wget -O bootstrap_salt.sh https://bootstrap.saltstack.com/develop
sudo sh bootstrap_salt.sh
Installing a specific version from git using ``wget``: