Update README.md

This commit is contained in:
abraunegg 2018-06-20 07:36:57 +10:00 committed by GitHub
parent 17e5138b5a
commit 54fcb63886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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