doc: Add info about add-apt-repository command in INSTALL file

This commit is contained in:
Manuel Rego Casasnovas 2012-03-27 11:20:15 +02:00
parent 398aab26ba
commit aa2e40092d

View file

@ -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
~~~~~~~~~~~~~~~