From 0b5a9ca12473b603bf4c876ca6182d10a9058710 Mon Sep 17 00:00:00 2001 From: Koen van Eijk Date: Sun, 9 Jun 2024 23:26:32 +0200 Subject: [PATCH] Added arguments --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 859bac3..277f546 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,9 @@ python3 -m openrecall.app Open your browser to: [http://localhost:8082](http://localhost:8082) to access OpenRecall. +## Arguments +`--storage-path` (default: user data path for your OS): allows you to specify the pathwhere the screenshots and database should be stored. + ## 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.