From f7ff49182d5e9662c3db2fe0f567fecbdcef6ae2 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 9 Mar 2012 20:55:15 +0000 Subject: [PATCH] update README with info on how to reset settings --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9151a852..cd0462a8 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,20 @@ build installer This will create `SparkleShare.msi` in the same directory. +## Reset SparkleShare settings + +### Linux and Mac: + +``` +rm -Rf ~/SparkleShare +rm -Rf ~/.config/SparkleShare +``` + +### Windows + +Remove `My Documents\SparkleShare` and `AppData\Roaming\sparkleshare` (`AppData` is hidden by default). + + ## Info |||