From 54fcb63886812a3c421c7fee165198b14ca747fb Mon Sep 17 00:00:00 2001 From: abraunegg Date: Wed, 20 Jun 2018 07:36:57 +1000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8006a770..e8007dfb 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,13 @@ An example of the log file is below: ```sh sudo make uninstall # delete the application state -rm -rf .config/onedrive +rm -rf ~/.config/onedrive +``` +If you are using the `--confdir option`, substitute `~/.config/onedrive` above for that directory. + +If you want to just delete the application key, but keep the items database: +``` +rm -f ~/.config/onedrive/refresh_token ``` ## Additional Configuration