From eb390949eab4e1e665dfd7502cf60071daaaf7aa Mon Sep 17 00:00:00 2001 From: Enieber Cunha <7907068+enieber@users.noreply.github.com> Date: Fri, 19 Sep 2025 11:23:07 -0300 Subject: [PATCH 1/2] feat: add documentation to install in debian --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ef3db9d..089981e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,19 @@ _Note: radio-cli-git is now unsupported_ ``` - Install it through cargo: `cargo install --git https://github.com/margual56/radio-cli` +- On debian is require install mpv + ```bash + apt install mpv + ``` +- 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. From 5b279f444a2d6aadabfab7bf4bc171bd2f953bbd Mon Sep 17 00:00:00 2001 From: Enieber Cunha <7907068+enieber@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:30:59 -0300 Subject: [PATCH 2/2] fix: remove install mpv to debian --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 089981e..41e98df 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,6 @@ _Note: radio-cli-git is now unsupported_ ``` - Install it through cargo: `cargo install --git https://github.com/margual56/radio-cli` -- On debian is require install mpv - ```bash - apt install mpv - ``` - Get binary from release ```bash wget https://github.com/margual56/radio-cli/releases/download/v2.3.2/radio-cli