Fix missing curl option on README.rst

This commit is contained in:
Pablo SEMINARIO 2014-06-21 21:52:57 +02:00
parent 2e42cbbd09
commit e52be6cb61

View file

@ -51,7 +51,7 @@ If you have certificate issues using ``curl``, try the following:
.. code:: console
curl -L https://bootstrap.saltstack.com -o install_salt.sh
curl --insecure -L https://bootstrap.saltstack.com -o install_salt.sh
sudo sh install_salt.sh git develop