diff options
author | hut <hut@lavabit.com> | 2011-10-05 18:15:35 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-05 18:15:35 +0200 |
commit | 240394a494b0bbb854687a34941bf90a5ccd5b4d (patch) | |
tree | 0a4297d05198501a893c71d9ac87952097f006da /INSTALL | |
parent | e21fb9b5b6eac911f9061425826b05de97211549 (diff) | |
download | ranger-240394a494b0bbb854687a34941bf90a5ccd5b4d.tar.gz |
README: polished, removed INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 8ba89921..00000000 --- a/INSTALL +++ /dev/null @@ -1,23 +0,0 @@ -Installing -========== - -Use the package manager of your operating system to install ranger. - -To install ranger manually, use either: -sudo ./setup.py install --optimize=1 --record=install_log.txt - -or for short: -sudo make install - - -Uninstalling -============ - -Again, use your package manager to uninstall ranger. No other way for -automatically removing ranger is supported! - -However, if you installed ranger with the command above, all installed files -have been recorded to "install_log.txt". This information can be used to remove -ranger by hand, e.g.: - -cat install_log.txt | sed s/\^/\\// | xargs -d "\n" sudo rm -- |