doc: Add info about add-apt-repository command in INSTALL file
This commit is contained in:
parent
398aab26ba
commit
aa2e40092d
1 changed files with 8 additions and 0 deletions
8
INSTALL
8
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
|
||||
~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue