-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/rpeyron/xmltreenav
- Loading branch information
Showing
2 changed files
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,8 @@ Homepage : http://www.lprp.fr/soft/xml/xmltreenav/xmltreenav_en.php3 | |
See prebuilt binary packages in release tab for Windows and Debian. | ||
|
||
PPA repository for Ubuntu : [ppa:rpeyron/ppa](https://launchpad.net/~rpeyron/+archive/ubuntu/ppa) | ||
|
||
Debian repository : | ||
``` | ||
# Add repository | ||
sudo echo "deb [arch=amd64] http://www.lprp.fr/debian stable main" > /etc/apt/sources.list.d/lprp.list | ||
# Add apt key ([email protected]) | ||
sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 090B93891134CECB | ||
# Install | ||
sudo apt-get install xmltreenav | ||
sudo apt-add-repository ppa:rpeyron/ppa | ||
``` | ||
|
||
# Build instructions | ||
|