From 90acab9e92b797de0d85f28062e69e0e23341d56 Mon Sep 17 00:00:00 2001 From: lmluk Date: Mon, 9 Sep 2024 23:49:17 +0200 Subject: [PATCH] edit README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf9e206..faa1fa6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ It simple processes the data from the BeReal export and exports the images(as we ## Usage -To run the script, use the following command: +To export your images run the script within the BeReal export folder: ```sh python bereal_exporter.py [OPTIONS] ``` @@ -56,6 +56,11 @@ python bereal_exporter.py [OPTIONS] python bereal_exporter.py --path /path/to/output ``` +4. Specify the BeReal export folder: + ```sh + python bereal_exporter.py --bereal-path /path/to/export + ``` + 4. Use portable installed exiftool application: ```sh python bereal_exporter.py --exiftool-path /path/to/exiftool.exe