summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-12 19:19:56 +0100
committerhut <hut@lavabit.com>2010-03-12 19:19:56 +0100
commit7582555b50f058b316c04ce8ab977bed36da1585 (patch)
tree778db09861ac74ab2693969d2085f677ebc3f53c /README
parent76f8d548b055fad7f9652d23035d30c910ec4ca0 (diff)
downloadranger-7582555b50f058b316c04ce8ab977bed36da1585.tar.gz
more documentation
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 10 insertions, 3 deletions
diff --git a/README b/README
index d133e568..de532379 100644
--- a/README
+++ b/README
@@ -69,10 +69,17 @@ If this applies to you, please include such a traceback in your report.
 Getting Started
 ---------------
 
-At first, it's a good idea to create a symlink in your bin dir:
-    sudo ln -s /path/to/ranger.py /usr/bin/ranger
+If you just want to check out ranger without installing it, type
 
-Now type in ranger to start it.
+    ./ranger.py --clean
+
+in the top directory of ranger.  By using the --clean switch, it will
+leave no trace on your system whatsoever.
+
+To properly install it, follow the instructions in the INSTALL file,
+then type:
+
+    ranger
 
 You should see 4 columns.  The third is the directory where you are at
 the moment.  To the left, there are the directories above the current
ml?h=hlt&id=cdc60a443c38cc83030e4f121ca4a94855687c90'>^
d89a9ec5 ^

52e3ea8a ^


d89a9ec5 ^
52e3ea8a ^
d89a9ec5 ^
d89a9ec5 ^


1fca8ee1 ^
d89a9ec5 ^












































61ec86b7 ^
d89a9ec5 ^




















61ec86b7 ^
d89a9ec5 ^









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