Merge pull request #1014 from vutny/toc

Add Table of Contents in README
This commit is contained in:
Nicole Thomas 2017-01-11 08:53:11 -07:00 committed by GitHub
commit 5fca938a2e

View file

@ -4,6 +4,9 @@ Bootstrapping Salt
|windows_build|
.. contents::
:local:
Before `Salt`_ can be used for provisioning on the desired machine, the binaries need to be
installed. Since `Salt`_ supports many different distributions and versions of operating systems,
the `Salt`_ installation process is handled by this shell script ``bootstrap-salt.sh``. This
@ -183,7 +186,7 @@ Installing the latest stable release of Salt (default):
Using ``wget`` to install your distribution's stable packages:
.. code-block:: bash
.. code:: console
wget -O - https://bootstrap.saltstack.com | sudo sh