about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2015-07-12 04:57:21 +0200
committerhut <hut@lepus.uberspace.de>2015-07-12 04:57:21 +0200
commit2c8cb95f647880247b3b6eb8c15be5a5049d86d6 (patch)
treec475781f90f3a162d4c3e610d6fd505c8bf6a63c /README.md
parentdb7c728b71bce950b4683dca16d85fbc55bd2c42 (diff)
downloadranger-2c8cb95f647880247b3b6eb8c15be5a5049d86d6.tar.gz
stricter markdownization of changelog & readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 75ef2ea0..2ee3bcd6 100644
--- a/README.md
+++ b/README.md
@@ -57,12 +57,14 @@ Dependencies
 * A pager ("less" by default)
 
 Optional:
+
 * The "file" program for determining file types
 * The python module "chardet", in case of encoding detection problems
 * "sudo" to use the "run as root"-feature
 * w3m for the "w3mimgdisplay" program to preview images
 
 Optional, for enhanced file previews (with "scope.sh"):
+
 * img2txt (from caca-utils) for ASCII-art image previews
 * highlight for syntax highlighting of code
 * atool for previews of archives
@@ -78,10 +80,12 @@ Use the package manager of your operating system to install ranger.
 Note that ranger can be started without installing by simply running ranger.py.
 
 To install ranger manually:
-> sudo make install
+
+    sudo make install
 
 This translates roughly to:
-> sudo python setup.py install --optimize=1 --record=install_log.txt
+
+    sudo python setup.py install --optimize=1 --record=install_log.txt
 
 This also saves a list of all installed files to install_log.txt, which you can
 use to uninstall ranger.