fix: moved instructions

This commit is contained in:
Koen van Eijk 2024-10-01 11:28:22 +02:00
parent 035d7ac762
commit 34b740e0df

View File

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