diff --git a/README.rst b/README.rst index a367a59..937967e 100644 --- a/README.rst +++ b/README.rst @@ -44,8 +44,8 @@ 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: +On a FreeBSD base system you usually don't have either of the above binaries available. You **do** +have ``fetch`` available though: .. code:: console @@ -67,16 +67,8 @@ In order to install salt for a distribution you need to define: install__deps -2. To install salt, which, of course, is required, one of: - -.. code:: bash - - install___ - install__ - - -3. Optionally, define a minion configuration function, which will be called if - the ``-c|config-dir`` option is passed. One of: +2. Optionally, define a minion configuration function, which will be called if the + ``-c|config-dir`` option is passed. One of: .. code:: bash @@ -87,6 +79,14 @@ In order to install salt for a distribution you need to define: config_minion [THIS ONE IS ALREADY DEFINED AS THE DEFAULT] +3. To install salt, which, of course, is required, one of: + +.. code:: bash + + install___ + install__ + + 4. Also optionally, define a post install function, one of: .. code:: bash @@ -136,6 +136,5 @@ Supported Operating Systems - .. _`Salt`: http://saltstack.org/ .. vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want sts=2 sw=2 et