From 77f2a92dfd4833ea412e7b02c997786fc69fb01e Mon Sep 17 00:00:00 2001 From: Denis Date: Sat, 26 Feb 2022 20:53:50 +0700 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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