Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ _Note: radio-cli-git is now unsupported_
```
- Install it through cargo: `cargo install --git https://github.com/margual56/radio-cli`

- Get binary from release
```bash
wget https://github.com/margual56/radio-cli/releases/download/v2.3.2/radio-cli
# change permition to run bin
chmod +x ./radio-cli
# run bin
./radio-cli
```

## How it works...
...is very simple. The idea is to have a compilation of radio stations in [the config file](https://github.com/margual56/radio-cli/blob/main/config.json) and have a tool to be able to easily select one or the other.

Expand Down