diff options
author | hut <hut@lavabit.com> | 2010-03-12 19:19:56 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-03-12 19:19:56 +0100 |
commit | 7582555b50f058b316c04ce8ab977bed36da1585 (patch) | |
tree | 778db09861ac74ab2693969d2085f677ebc3f53c /README | |
parent | 76f8d548b055fad7f9652d23035d30c910ec4ca0 (diff) | |
download | ranger-7582555b50f058b316c04ce8ab977bed36da1585.tar.gz |
more documentation
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
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 |