From 112a24338375d2d4517ba3b34063d8bb4b6eb161 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Tue, 27 Mar 2012 11:20:15 +0200 Subject: [PATCH] doc: Add info about add-apt-repository command in INSTALL file --- INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL b/INSTALL index da516cc69..a3a98062d 100644 --- a/INSTALL +++ b/INSTALL @@ -24,6 +24,14 @@ Instructions:: $ sudo apt-get update $ sudo apt-get install libreplan +.. TIP:: + + If you do not have ``add-apt-repository`` command, you will need to install + ``python-software-properties`` package before running the previous commands. + You can do it with the following line:: + + sudo apt-get install python-software-properties + Debian packages ~~~~~~~~~~~~~~~