From c00e2669ed4f71913e2939232a80e77c7c45f3d6 Mon Sep 17 00:00:00 2001 From: r4 Date: Sun, 11 Jul 2021 15:10:37 +0200 Subject: [PATCH] Update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f1c114..ad8c30c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,17 @@ A program that extracts the individual tracks from an Ogg/Vorbis or mp3 radio stream. Written in go without any non-standard dependencies. -## Building +## Obtaining the binary + +### Via [releases](https://git.nobrain.org/r4/radio-stream-recorder/releases/latest) + +- Download the binary for your system from https://git.nobrain.org/r4/radio-stream-recorder/releases/latest + +- That should be it, just open a terminal and run it; see usage + +### From source + +- Clone the git repo and cd into it - Install [go](https://golang.org/) (preferably a recent version)