From e51065507f2b1c75ecf866dd7f3b8a6b692b742d Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 29 Feb 2024 10:40:42 +0000 Subject: [PATCH] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1de16c8..84b865d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ You can search for stations, play them, and see what's currently playing. ## 🚚 Installation Compile from source, without Nix: + ```bash # Install dependencies brew install protobuf # macOS @@ -37,6 +38,7 @@ cargo install --path . ``` With Nix: + ```bash git clone https://github.com/tsirysndr/tunein-cli cd tunein-cli @@ -59,6 +61,7 @@ brew install tsirysndr/tap/tunein ``` Using [Nix](https://nixos.org/nix/): + ```bash nix profile install --experimental-features "nix-command flakes" github:tsirysndr/tunein-cli ```