diff options
author | hut <hut@lavabit.com> | 2010-06-18 20:20:08 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-06-18 20:20:08 +0200 |
commit | 84c49ab7c5de74b6508e85ba42f55cb77c038e80 (patch) | |
tree | 209a48dfb633379320227993bbd76154b20f35fa | |
parent | 3edc9f863190f7792e0e5d0fa828e6dfa2ddbf29 (diff) | |
download | ranger-84c49ab7c5de74b6508e85ba42f55cb77c038e80.tar.gz |
INSTALL: fixed suggested uninstall-command
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL index fc594c86..8ba89921 100644 --- a/INSTALL +++ b/INSTALL @@ -20,4 +20,4 @@ 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 | xargs -d "\n" sudo rm -- +cat install_log.txt | sed s/\^/\\// | xargs -d "\n" sudo rm -- |