diff options
Diffstat (limited to 'INSTALL')
-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 -- |