From ed8829c46ddb8b6f4b4b5a5ec8df63899ac9e9ad Mon Sep 17 00:00:00 2001 From: Mark Wolgin Date: Tue, 17 Dec 2024 20:55:35 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a23d20e..ff5798b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,21 @@ It includes options to automatically batch all the `.heic` files it finds in a f [Download the latest release](https://github.com/danbrakeley/heic2png/releases), and then put the exe somewhere in your path. +### Compiling on Linux + +1. Install golang + - Via apt `apt install golang-go` + - Via source [Download and install](https://go.dev/doc/install) +2. Clone this repository `git clone https://github.com/danbrakeley/heic2png.git` +3. Enter the repository and execute the [build.sh](https://github.com/danbrakeley/heic2png/blob/main/build.sh) script + - ``` + cd heic2png + chmod +x build.sh + ./build.sh + ``` +4. Run the script file. + + ## Usage Run `heic2png -h` to see all the flags and arguments. As of v0.2.0, your output should look something like this: