mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Updated readme with an example that uses git tag version
This commit is contained in:
parent
37a249e236
commit
a911cec2a7
1 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,11 @@ If all you want is to install a ``salt-master`` using latest git:
|
|||
|
||||
curl -L http://bootstrap.saltstack.org | sudo sh -s -- -M -N git develop
|
||||
|
||||
If you want to install a specific release version (based on the git tags):
|
||||
|
||||
.. code:: console
|
||||
|
||||
curl -L http://bootstrap.saltstack.org | sudo sh -s -- git v0.16.4
|
||||
|
||||
|
||||
Adding support for other operating systems
|
||||
|
|
Loading…
Add table
Reference in a new issue