From 69bec71fb9a1e5d76af3a0f73f7be2e10eecab69 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 5 May 2024 13:11:38 +0100 Subject: [PATCH] Add install steps --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d43da..f762f4c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ LiveTagger is a utility which allows you to batch edit your tags from the comman ## Installing -TODO - for now you can compile from source. +To download LiveTagger, go to the [releases page](https://github.com/17cupsofcoffee/LiveTagger/releases) and download the .zip file for your platform. Extract this into a location that is on your system `PATH`. + +Alternatively, if you want to build from source, clone this repo and run `dotnet publish src`. ## Usage