From f1459d88e1ba9e8c40cd27dcced70837f0c62a42 Mon Sep 17 00:00:00 2001 From: jakub Date: Fri, 18 Apr 2025 13:21:23 +0200 Subject: [PATCH] Updated README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e69de29..4e241fb 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,12 @@ +# Heif2Jpg Converter + +## Building the app + +1. Download this repository +`git clone https://gitea.jakubvanko.sk/jakub/Heif2Jpg.git` + +2. Install miniconda `curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output .\Downloads\Miniconda3-latest-Windows-x86_64.exe` + +3. Recreate the environment `conda env create --file environment.yml` + +4. To build the app run the `build.bat` \ No newline at end of file