From b616f4b98fe12d2a9998e3fac463f5a947e6b1f2 Mon Sep 17 00:00:00 2001 From: Gerry Skerbitz Date: Sun, 8 Jun 2014 16:16:13 -0500 Subject: [PATCH] Update intro_installation.rst This is different wording for using the PPA to install. I also added the installation of apt-add-repository package which isn't always installed. (I'm a newbie but while running these I wished whatever style was being used on the docs pages would have let me cut and paste the commands without having to edit out the $ characters manually....) --- docsite/rst/intro_installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 8fb7978401..e586171fa1 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -173,10 +173,11 @@ Latest Releases Via Apt (Ubuntu) Ubuntu builds are available `in a PPA here `_. -Once configured, +To configure the PPA on your machine and install ansible run these commands: .. code-block:: bash + $ sudo apt-get install apt-add-repository $ sudo apt-add-repository ppa:rquillo/ansible $ sudo apt-get update $ sudo apt-get install ansible