X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=doc%2Findex.txt;h=4d07b83fefad1901a88ff4d90ffd1618527cad3a;hp=fd1cb3517d8d2280255d3bfaf780ba090a5fcda4;hb=730688f91774c1f0166342071ca470451de1965e;hpb=3d7269972e7c030ffeaa0d90ef4233e5f19c0b18;ds=sidebyside diff --git a/doc/index.txt b/doc/index.txt index fd1cb35..4d07b83 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -1,4 +1,33 @@ PRSS ==== -PRSS is a GTK+ client application for Tiny Tiny RSS. \ No newline at end of file +PRSS is a GTK+ client application for Tiny Tiny RSS. + +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 +----------------------------- + +Installation from source archive +-------------------------------- + +In the directory of the sources: +----------------------------- +./configure +make clean all +sudo make install +----------------------------- + +Ubuntu: Installation Using PPA +------------------------------ + + +------------------------------ +sudo apt-add-repository ppa:jfi/prss +sudo apt-get update +sudo apt-get install +------------------------------