Installation update for people using Fishshell

This commit is contained in:
Gert Leenders 2015-09-21 11:31:44 +02:00
parent 3f5ea43fb8
commit 2dc61bc73f

View file

@ -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