summary refs log tree commit diff stats
path: root/INSTALL
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-06-18 20:20:08 +0200
committerhut <hut@lavabit.com>2010-06-18 20:20:08 +0200
commit84c49ab7c5de74b6508e85ba42f55cb77c038e80 (patch)
tree209a48dfb633379320227993bbd76154b20f35fa /INSTALL
parent3edc9f863190f7792e0e5d0fa828e6dfa2ddbf29 (diff)
downloadranger-84c49ab7c5de74b6508e85ba42f55cb77c038e80.tar.gz
INSTALL: fixed suggested uninstall-command
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
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 --