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)