Skip to content
Merged
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
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ release:
scoop install somafm
```

### Linux
Or download from the [Releases page](https://github.com/glebovdev/somafm-cli/releases).

### Go Install
```bash
go install github.com/glebovdev/somafm-cli/cmd/somafm@latest
```
Pre-built binaries require CGO. Use `go install` which builds with your system's audio libraries.

# Homebrew cask configuration (replaces deprecated brews)
scoops:
Expand Down