Skip to content

Commit

Permalink
Merge pull request ansible#12450 from glnds/devel
Browse files Browse the repository at this point in the history
Installation update for people using Fishshell
  • Loading branch information
abadger committed Oct 10, 2015
2 parents 45a161b + 2dc61bc commit d660381
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docsite/rst/intro_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,18 @@ To install from source.
$ git clone git://github.com/ansible/ansible.git --recursive
$ cd ./ansible
Using Bash:

.. code-block:: bash
$ source ./hacking/env-setup
If you want to suppress spurious warnings/errors, use:
Using Fish::

$ . ./hacking/env-setup.fish

If you want to suppress spurious warnings/errors, use::

$ source ./hacking/env-setup -q

Expand Down

0 comments on commit d660381

Please sign in to comment.