fix: moved instructions
This commit is contained in:
parent
035d7ac762
commit
34b740e0df
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)
|
`--primary-monitor-only` (default: False): only record the primary monitor (rather than individual screenshots for other monitors)
|
||||||
|
|
||||||
## Contribute
|
## Uninstall instructions
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
To uninstall OpenRecall and remove all stored data:
|
To uninstall OpenRecall and remove all stored data:
|
||||||
|
|
||||||
1. Uninstall the package:
|
1. Uninstall the package:
|
||||||
```
|
```
|
||||||
pip uninstall openrecall
|
python3 -m pip uninstall openrecall
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Remove stored data:
|
2. Remove stored data:
|
||||||
@ -121,4 +110,16 @@ To uninstall OpenRecall and remove all stored data:
|
|||||||
rm -rf ~/.local/share/openrecall
|
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…
Reference in New Issue
Block a user