diff options
author | hut <hut@lavabit.com> | 2011-10-11 22:34:21 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-11 22:34:21 +0200 |
commit | 30a35e6a7b95a06709590dc56afb96ea7ccecb62 (patch) | |
tree | c44a71f9502dd08e5f1917ceb0f0f33fe3efe57f /INSTALL | |
parent | 6524d00c5ce0d1169645a879fe581ee29d91b33c (diff) | |
parent | 6f695ffeafd1d2f1cb7c0c201b395582a1f7ce4e (diff) | |
download | ranger-30a35e6a7b95a06709590dc56afb96ea7ccecb62.tar.gz |
Merge branch 'master' into stable
Conflicts: ranger/defaults/options.py
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 -- |