chore(docs): update README with nixpkgs information
This commit is contained in:
parent
8826c7f21b
commit
619e193565
1 changed files with 14 additions and 13 deletions
27
README.md
27
README.md
|
|
@ -2,8 +2,12 @@
|
|||
|
||||
A simple terminal UI player for [di.fm Premium](http://di.fm)
|
||||
|
||||
[](https://repology.org/project/di-tui/versions)
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
This app began as di.fm player, but now supports the whole Audio Addict network
|
||||
|
||||
- Classical Radio
|
||||
|
|
@ -14,21 +18,21 @@ This app began as di.fm player, but now supports the whole Audio Addict network
|
|||
- Zen Radio
|
||||
|
||||
|
||||
## Install
|
||||
## Run / Install
|
||||
|
||||
### Binary Releases
|
||||
|
||||
There are binary builds available in [releases](https://github.com/acaloiaro/di-tui/releases).
|
||||
Binary releases are available in [releases](https://github.com/acaloiaro/di-tui/releases).
|
||||
|
||||
### `go install`
|
||||
|
||||
### With `go install`
|
||||
`go install github.com/acaloiaro/di-tui@latest`
|
||||
|
||||
If `$GOPATH/bin` is not on your `$PATH` (modify accordingly for ZSH users `~/.zshrc`)
|
||||
```
|
||||
echo "export PATH=$PATH:$GOPATH/bin" >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
```
|
||||
### Run with `nix run`
|
||||
### Nixpkgs (currently unstable channel only)
|
||||
|
||||
`di-tui` is currently in nixpkgs/nixos-unstable.
|
||||
|
||||
### Run the flake
|
||||
|
||||
```
|
||||
nix run github:acaloiaro/di-tui
|
||||
|
|
@ -52,7 +56,7 @@ album_art: <BOOLEAN>
|
|||
| key | description |
|
||||
| --- | ----------- |
|
||||
| token | **string** Your di.fm authentication "Listen Key" found at https://www.di.fm/settings |
|
||||
| album_art | **boolean** Enable/disable audio art |
|
||||
| album_art | **boolean** Enable/disable album ASCII art |
|
||||
|
||||
### Choose a network
|
||||
|
||||
|
|
@ -123,7 +127,4 @@ theme:
|
|||
secondary_text_color: "#81a2be"
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
`di-tui`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue