From b214060b6212187391adba046c69aee3a5a39aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Zalba?= Date: Thu, 27 Jul 2023 19:25:35 -0300 Subject: [PATCH] Added Releases link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b99c5..485d715 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Script to extract and convert the raw information from RaspiStill JPEG+RAW image - Valid extensions are JPEG, JPG and RAW - The new DNG files will be created next to the original ones using the same filename ### Release version -- Download the Executable version from the `Releases` section (only Windows) +- Download the Executable version from the [Releases](https://github.com/GastonZalba/JPEGRAW2DNG/releases) (only Windows) - Drag and drop image files or the folders that contain them into the .exe file ### Manual installation using a virtual environment and Python (tested with 3.7.7) - Install virtualenv running `pip install virtualenv`