summary refs log tree commit diff stats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 12 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 269140c6..ee9e6285 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,17 @@
-You can run ranger without installing by simply starting the executable
-file ranger.py in the top directory of this package.
+Installing
+==========
 
+YOU DON'T NEED TO INSTALL ANYTHING.
 
-To install ranger, follow this instructions:
+You can run ranger by simply starting the executable file ranger.py
+in the top directory of this package.
+
+
+If you insist on conventionally install it, for security reasons for
+example, follow these instructions:
+
+(This is all done automagically if you type `sudo make install',
+though you might want to read the Makefile first)
 
 0. Make sure you have a recent version of python, including the
    curses module, which is the case if this shell command prints no errors:
16:18:18 -0800 3705 - switch to tested file-system primitives' href='/akkartik/mu/commit/edit/009-sandbox-test.mu?h=hlt&id=294b2ab35983ebe95698835bb54bca8bd3eec101'>294b2ab3 ^
6d12a8c4 ^
a90faae9 ^
a90faae9 ^


294b2ab3 ^
a90faae9 ^
dd30f56d ^
294b2ab3 ^

898f03cc ^
294b2ab3 ^
71056d61 ^
ceeb92d4 ^
71056d61 ^
a90faae9 ^

67160f82 ^
a90faae9 ^
dd30f56d ^
a90faae9 ^

294b2ab3 ^
a90faae9 ^


dd30f56d ^







a90faae9 ^
67160f82 ^

a90faae9 ^

6f65d591 ^
55479bc2 ^
a90faae9 ^

dd30f56d ^
294b2ab3 ^

898f03cc ^
294b2ab3 ^
71056d61 ^
ceeb92d4 ^
71056d61 ^
a90faae9 ^
c1585c88 ^
a90faae9 ^

294b2ab3 ^
a90faae9 ^




294b2ab3 ^
a90faae9 ^


dd30f56d ^







a90faae9 ^


67d2a9c0 ^
2d91279b ^
3d8b137c ^
e2b367dc ^
67d2a9c0 ^




dc5f112c ^
67d2a9c0 ^
44bab2e4 ^
294b2ab3 ^
67d2a9c0 ^



ac8acc7b ^

294b2ab3 ^
ac8acc7b ^


67d2a9c0 ^

a90faae9 ^

fa94f4d9 ^
a90faae9 ^
3d8b137c ^


a90faae9 ^
2d91279b ^
a90faae9 ^
3d8b137c ^


a90faae9 ^

dc5f112c ^
a90faae9 ^
67160f82 ^
a90faae9 ^
67160f82 ^
dc5f112c ^
67160f82 ^








ea5e7fd4 ^
ada5eb55 ^
a90faae9 ^


dc5f112c ^
a90faae9 ^
4a48bedc ^
a90faae9 ^
2d91279b ^
3d8b137c ^

a90faae9 ^

dc5f112c ^
a90faae9 ^
2d91279b ^
a90faae9 ^
3d8b137c ^

a90faae9 ^

dc5f112c ^
a90faae9 ^


3d8b137c ^
01ce563d ^
3d8b137c ^
01ce563d ^
dc5f112c ^
a90faae9 ^

2d91279b ^
a90faae9 ^
4a48bedc ^
ea19d0dc ^
a90faae9 ^

ea5e7fd4 ^
01ce563d ^
ea5e7fd4 ^



ea19d0dc ^
ea5e7fd4 ^
a90faae9 ^
a90faae9 ^





ea5e7fd4 ^
67160f82 ^
ada5eb55 ^
a90faae9 ^

07a64183 ^
67160f82 ^

4a48bedc ^
67160f82 ^


















07a64183 ^
ea5e7fd4 ^
07a64183 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231