aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-10-20 16:34:12 +0200
committercedricbonhomme <devnull@localhost>2012-10-20 16:34:12 +0200
commit91fa0f02bbe2882a5e7221f162d0649b79e8ffb7 (patch)
treea3632ef01db240d75954654ddbb63e5c0f0892c9
parentCatch an error when creating index with mongodb and python 2.7.3. (diff)
downloadnewspipe-91fa0f02bbe2882a5e7221f162d0649b79e8ffb7.tar.gz
newspipe-91fa0f02bbe2882a5e7221f162d0649b79e8ffb7.tar.bz2
newspipe-91fa0f02bbe2882a5e7221f162d0649b79e8ffb7.zip
Updated README.
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 33707220..4e5366bb 100644
--- a/README
+++ b/README
@@ -59,6 +59,8 @@ These modules are not required but enables more features:
If you want to install these modules:
+.. code-block:: bash
+
$ sudo aptitude install python-lxml python-genshi
@@ -67,6 +69,8 @@ Backup
If you want to backup your database:
+.. code-block:: bash
+
$ su
$ /etc/init.d/mongodb stop
$ cp /var/lib/mongodb/pyaggr3g470r.* ~
bgstack15