Skip to content

Commit

Permalink
docs(get_started): Shell is bash, not sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 13, 2024
1 parent 44e55a0 commit d3f7c39
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/develop/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@ Follow the `Salt install guide <https://docs.saltproject.io/salt/install-guide/e

On at least macOS, you should:

#. Change your login shell to ``/bin/sh``:
#. Change your login shell to ``/bin/bash``:

.. code-block:: bash
chsh -s /bin/sh
chsh -s /bin/bash
.. note::
#. If you use Terminal, also:

If you use Terminal, also:

#. Open the *Settings...* menu
#. Set *Shells open with:* to *Command (complete path):*
#. Enter the complete path to your preferred shell (for example, ``/opt/homebrew/bin/fish``)
#. Open the *Settings...* menu
#. Set *Shells open with:* to *Command (complete path):*
#. Enter the complete path to your preferred shell (for example, ``/opt/homebrew/bin/fish``)

#. Stop the Salt minion service:

Expand Down

0 comments on commit d3f7c39

Please sign in to comment.