Add another one liner, fetch.

This commit is contained in:
Pedro Algarvio 2013-01-22 17:06:50 +00:00
parent af8530dc0c
commit 3b2e1630d6

View file

@ -44,6 +44,14 @@ If you already have python installed, then it's as easy as:
python -m urllib "http://bootstrap.saltstack.org" | sudo sh -s git develop
On a FreeBSD base system you usually don't have either of the above binaries
available. You **do** have ``fetch`` available though:
.. code:: console
fetch -o - http://bootstrap.saltstack.org | sudo sh
Adding support for other operating systems
------------------------------------------