Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raitonoberu authored Feb 26, 2022
1 parent 8c7a48b commit 77f2a92
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Fully compatible with [spotifyd](https://github.com/Spotifyd/spotifyd).
- Works well with long lines & Unicode characters.
- Easy to use customization.
- Allows piping to stdout.
- Single binary & cross-plaftorm.

## Installation
Expand All @@ -23,16 +24,10 @@
```
yay -S sptlrx-bin
```
- NixOS imperatively (via nix-env)
- NixOS ([@MoritzBoehme](https://github.com/MoritzBoehme))
```
nix-env -iA sptlrx
```
- NixOS declaratively (via `/etc/nixos/configuration.nix`)
```nix
{
enviroment.systemPackages = with pkgs; [ sptlrx ];
}
```
- Other
```
curl -sSL instl.sh/raitonoberu/sptlrx/linux | sudo bash
Expand Down

0 comments on commit 77f2a92

Please sign in to comment.