Update readme

This commit is contained in:
r4 2021-07-11 15:10:37 +02:00
parent f240fff54e
commit c00e2669ed
1 changed files with 11 additions and 1 deletions

View File

@ -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)