aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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