summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-08 21:13:14 +0200
committerhut <hut@lavabit.com>2011-10-08 21:13:14 +0200
commit070698886dbe2abfba7b2d9464dc01bf1555b3da (patch)
tree414a72589cfb9cfd15a2acd220cab222d5b82f24
parentf16004ba6ce2463df6effcda4503d8f6b00ecf90 (diff)
downloadranger-070698886dbe2abfba7b2d9464dc01bf1555b3da.tar.gz
README: Updated dependencies
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 52142aa8..7719886b 100644
--- a/README
+++ b/README
@@ -48,12 +48,12 @@ Features
 
 Dependencies
 ------------
-* Python (tested with version 2.6, 2.7, 3.1, 3.2) with the curses module
-  and, optionally, support for wide-unicode.
+* Python (tested with version 2.6, 2.7, 3.1, 3.2) with support for ncurses
+  and (optionally) wide-unicode.
+* The "file" program for determining file types
+* A pager ("less" by default)
 
 Optional:
-* The "file" program
-* A pager ("less" by default)
 * The python module "chardet", in case of encoding detection problems
 
 Optional, for enhanced file previews (with "scope.sh"):
>101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164