commit d5789936b7cc4e5c841a81c1810e0227d170917d
parent a7ca6ddc1b6fe75f01d99eba6c2b345911244814
Author: René Wagner <rwagner@rw-net.de>
Date: Sun, 19 Jul 2020 12:33:09 +0200
fix uris
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -15,10 +15,10 @@ For information about parameters and usage call `script(.pl) --help`.
Whether you need to use the `.pl` extension depends on if you are using the pure scripts or the binary distribution.
## binary executables
-I provide binary executables for x86_64 linux and Arch Linux packages, you can download at https://git.sr.ht/~rwa/photo-helpers/refs.
+I provide binary executables for x86_64 linux and Arch Linux packages, you can download at https://git.sr.ht/~rwa/photo-helpers/refs
## bare scripts
-Simply clone the repo or manually download the scripts from https://git.sr.ht/~rwa/photo-helpers/.
+Simply clone the repo or manually download the scripts from https://git.sr.ht/~rwa/photo-helpers/
To run a script, open a shell and invoke `perl script.pl`, on most systems it should be sufficient to just invoke `script.pl` (after you granted execute-permissions to the script).
### Prerequisites for running the pure scripts
@@ -48,7 +48,7 @@ Moves all already converted raw files and their corresponding jpegs to a given f
## JpegDivider
Filename: `jd(.pl)`
-Moves all jpeg files (suffixes .jpg and .jpeg) in a folder to the subfolder JPEG (or a given subfolder).
+Moves all jpeg files (suffixes .jpg and .jpeg) in the given folder or the current working directory to the subfolder JPEG (or the given subfolder).
# Silkypix helper scripts
Helper scripts to manage the sidecar data files created by [Silkypix Developer Studio](https://clttr.info/silkypix).