From 2dc61bc73f2f9d31600698b5829c88ea21f4dc2d Mon Sep 17 00:00:00 2001 From: Gert Leenders Date: Mon, 21 Sep 2015 11:31:44 +0200 Subject: [PATCH] Installation update for people using Fishshell --- docsite/rst/intro_installation.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index c34e668e494..afcc7b20040 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -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