mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update README with instructions for a git fork
This commit is contained in:
parent
7abf908598
commit
513f3e3b0a
1 changed files with 7 additions and 0 deletions
|
@ -154,6 +154,13 @@ If you want to install a specific release version (based on the git tags):
|
|||
curl -o salt_install.sh -L http://bootstrap.saltstack.org
|
||||
sudo sh salt_install.sh git v0.16.4
|
||||
|
||||
If you want to install a specific branch from your own fork in git, one line (see below):
|
||||
|
||||
.. code:: console
|
||||
|
||||
curl -L http://bootstrap.saltstack.org | sudo sh -s -- -g https://github.com/myuser/salt.git git mybranch
|
||||
|
||||
|
||||
Installing via an Insecure One-Liner
|
||||
------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue