Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui

Update README.md

authored by tsiry-sandratraina.com and committed by

GitHub 0f5fac75 a3c509b8

+2 -2
+2 -2
README.md
··· 33 33 ```bash 34 34 git clone https://github.com/tsirysndr/tunein-cli 35 35 cd tunein-cli 36 - nix --experimental-features "nix-command flakes" develop 36 + nix develop --experimental-features "nix-command flakes" 37 37 cargo install --path . 38 38 ``` 39 39 ··· 46 46 47 47 Using [Nix](https://nixos.org/nix/): 48 48 ```bash 49 - nix profile install github:tsirysndr/tunein-cli 49 + nix profile install --experimental-features "nix-command flakes" github:tsirysndr/tunein-cli 50 50 ``` 51 51 52 52 Or download the latest release for your platform [here](https://github.com/tsirysndr/tunein-cli/releases).