X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=doc%2Findex.html;fp=doc%2Findex.html;h=f472ea9e1d98189125bc51b800967557b9eef2ab;hp=fead778a3ed7f3d3c450de5458163f114c735760;hb=730688f91774c1f0166342071ca470451de1965e;hpb=3d7269972e7c030ffeaa0d90ef4233e5f19c0b18 diff --git a/doc/index.html b/doc/index.html index fead778..f472ea9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -749,11 +749,45 @@ asciidoc.install(2);

PRSS is a GTK+ client application for Tiny Tiny RSS.

+
+

1. Download sources

+
+

Download a source archive from http://wpitchoune.net/prss/files or +checkout the last development sources from the repository:

+
+
+
svn co http://wpitchoune.net/svnpub/prss/trunk
+
+
+
+
+

2. Installation from source archive

+
+

In the directory of the sources:

+
+
+
./configure
+make clean all
+sudo make install
+
+
+
+
+

3. Ubuntu: Installation Using PPA

+
+
+
+
sudo apt-add-repository ppa:jfi/prss
+sudo apt-get update
+sudo apt-get install
+
+
+