(no commit message)
[prss.git] / doc / index.txt
index fd1cb35..4d07b83 100644 (file)
@@ -1,4 +1,33 @@
 PRSS
 ====
 
 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
+------------------------------