diff --git a/README.md b/README.md index 1a075d4..0391647 100755 --- a/README.md +++ b/README.md @@ -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 @@ -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