aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-09-15 09:26:54 +0200
committercedricbonhomme <devnull@localhost>2012-09-15 09:26:54 +0200
commita90e3df7b4b4c5050706ce9c5fd895e8899d7bba (patch)
treef9e70f188129ccf9ea3429602c13ae4cd9e56128 /docs
parentAdded 'Setting' section in index.rst. (diff)
downloadnewspipe-a90e3df7b4b4c5050706ce9c5fd895e8899d7bba.tar.gz
newspipe-a90e3df7b4b4c5050706ce9c5fd895e8899d7bba.tar.bz2
newspipe-a90e3df7b4b4c5050706ce9c5fd895e8899d7bba.zip
Added 'Launch' section to index.rst.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 915be9ab..94060900 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -85,6 +85,16 @@ Then, indicate the feeds to retrieve in the file ./var/feed.lst. One feed per li
+Launch
+------
+
+Finally launch pyAggr3g470r in a shell:
+
+.. code-block:: bash
+
+ cd /home/cedric/pyaggr3g470r/
+ pyAggr3g470r start
+
Backup
bgstack15