From 10e7487dbba54503fe618efc6e37f01136b39ca5 Mon Sep 17 00:00:00 2001 From: Andrew Tolvstad Date: Sat, 30 May 2015 18:02:01 -0700 Subject: [PATCH] Correct Linux uninstall instructions --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 10345eeae7e1..28a78bfbe9ba 100644 --- a/Readme.md +++ b/Readme.md @@ -76,7 +76,7 @@ and Gradle will include any libraries in that folder into the APK at build time. When Dolphin has been installed with the NSIS installer, you can uninstall Dolphin like any other Windows application. -Linux users can run `cat install_manifest | xargs -d '\n' rm` from the build directory +Linux users can run `cat install_manifest.txt | xargs -d '\n' rm` as root from the build directory to uninstall Dolphin from their system. OS X users can simply delete Dolphin.app to uninstall it.