From 34b740e0df98e67564d0fc261deede2b8dd5109f Mon Sep 17 00:00:00 2001 From: Koen van Eijk Date: Tue, 1 Oct 2024 11:28:22 +0200 Subject: [PATCH] fix: moved instructions --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ed11f74..1b0c50a 100644 --- a/README.md +++ b/README.md @@ -87,24 +87,13 @@ Open your browser to: `--primary-monitor-only` (default: False): only record the primary monitor (rather than individual screenshots for other monitors) -## Contribute - -As an open-source project, we welcome contributions from the community. If you'd like to help improve OpenRecall, please submit a pull request or open an issue on our GitHub repository. - -## Contact the maintainers -mail@datatalk.be - -## License - -OpenRecall is released under the [AGPLv3](https://opensource.org/licenses/AGPL-3.0), ensuring that it remains open and accessible to everyone. - -## Uninstall +## Uninstall instructions To uninstall OpenRecall and remove all stored data: 1. Uninstall the package: ``` - pip uninstall openrecall + python3 -m pip uninstall openrecall ``` 2. Remove stored data: @@ -121,4 +110,16 @@ To uninstall OpenRecall and remove all stored data: rm -rf ~/.local/share/openrecall ``` -Note: If you specified a custom storage path using the `--storage-path` argument, make sure to remove that directory instead. +Note: If you specified a custom storage path at any time using the `--storage-path` argument, make sure to remove that directory too. + +## Contribute + +As an open-source project, we welcome contributions from the community. If you'd like to help improve OpenRecall, please submit a pull request or open an issue on our GitHub repository. + +## Contact the maintainers +mail@datatalk.be + +## License + +OpenRecall is released under the [AGPLv3](https://opensource.org/licenses/AGPL-3.0), ensuring that it remains open and accessible to everyone. +