mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #1014 from vutny/toc
Add Table of Contents in README
This commit is contained in:
commit
5fca938a2e
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue