aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-09-11 09:14:06 +0200
committercedricbonhomme <devnull@localhost>2012-09-11 09:14:06 +0200
commit84bca74a582fdb85224c80d6e887025afc5b4141 (patch)
treecf0730fba0bb7fb2ad113f390412faf70ee153dd
parentPython RestructuredText bloc code. (diff)
downloadnewspipe-84bca74a582fdb85224c80d6e887025afc5b4141.tar.gz
newspipe-84bca74a582fdb85224c80d6e887025afc5b4141.tar.bz2
newspipe-84bca74a582fdb85224c80d6e887025afc5b4141.zip
Updated README file.
-rw-r--r--README6
1 files changed, 1 insertions, 5 deletions
diff --git a/README b/README
index 8435c5b9..33707220 100644
--- a/README
+++ b/README
@@ -59,9 +59,7 @@ 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
+ $ sudo aptitude install python-lxml python-genshi
Backup
@@ -69,8 +67,6 @@ Backup
If you want to backup your database:
-.. code-block:: bash
-
$ su
$ /etc/init.d/mongodb stop
$ cp /var/lib/mongodb/pyaggr3g470r.* ~
bgstack15