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