Commit 2dc61bc7 by Gert Leenders

Installation update for people using Fishshell

parent 3f5ea43f
...@@ -121,9 +121,18 @@ To install from source. ...@@ -121,9 +121,18 @@ To install from source.
$ git clone git://github.com/ansible/ansible.git --recursive $ git clone git://github.com/ansible/ansible.git --recursive
$ cd ./ansible $ cd ./ansible
Using Bash:
.. code-block:: bash
$ source ./hacking/env-setup $ 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 $ source ./hacking/env-setup -q
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment