From 22da0ec71c9afac1abd4fe6867d91f29c68f59d5 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 27 Jun 2017 12:24:56 -0300 Subject: [PATCH] Created Clean Uninstall (markdown) --- Clean-Uninstall.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Clean-Uninstall.md diff --git a/Clean-Uninstall.md b/Clean-Uninstall.md new file mode 100644 index 0000000..a52c1ce --- /dev/null +++ b/Clean-Uninstall.md @@ -0,0 +1,11 @@ +Once you uninstall Rambox, the uninstaller is not removing the folder that contains the data of the app (localStorage, Cache, etc). + +To make a clean uninstall, remove manually the following folder: + +# Location +## Windows +`C:/Users/your_user/AppData/Roaming/Rambox` +## macOS +`/Users/username/Library/Application Support/Rambox` +## Linux +`~/.config/Rambox` \ No newline at end of file