Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 29, 2024
1 parent 9971f0c commit e510655
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,6 +38,7 @@ cargo install --path .
```

With Nix:

```bash
git clone https://github.com/tsirysndr/tunein-cli
cd tunein-cli
Expand All @@ -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
```
Expand Down

0 comments on commit e510655

Please sign in to comment.