mirror of
https://github.com/openrecall/openrecall.git
synced 2026-04-28 03:19:52 +00:00
fix: moved instructions
This commit is contained in:
parent
035d7ac762
commit
34b740e0df
1 changed files with 15 additions and 14 deletions
29
README.md
29
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue