From d6c047b26c788ba39ae36c9f243d6c82d507ad30 Mon Sep 17 00:00:00 2001 From: Yureka Date: Sat, 18 Nov 2023 15:05:09 +0100 Subject: [PATCH] README: add NixOS, order distros alphabetically (#231) --- README.md | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5d78a53..2b94e14 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ wf-recorder is a utility program for screen recording of `wlroots`-based composi # installation +[comment]: <> (List ordered alphabetically) + ## Alpine Linux wf-recorder is available in the community repositories: @@ -25,16 +27,11 @@ Artix users can install wf-recorder from the official repos pacman -S wf-recorder ``` -## Gentoo Linux - -Gentoo users can install wf-recorder from the official (`::gentoo`) repository. - - -## Void Linux +## Debian GNU/Linux -Void users can install wf-recorder from the official repos +Debian users can install wf-recorder from official repos ``` -xbps-install -S wf-recorder +apt install wf-recorder ``` ## Fedora Linux @@ -44,12 +41,29 @@ Fedora users can install wf-recorder from the official repos sudo dnf install wf-recorder ``` -## Debian GNU/Linux +## Gentoo Linux + +Gentoo users can install wf-recorder from the official (`::gentoo`) repository. + +## NixOS / Nix + +Users of the Nix package manager can add the `wf-recorder` package to their system configurations, or use `nix-shell` / `nix shell` / `nix run`: -Debian users can install wf-recorder from official repos ``` -apt install wf-recorder +nix-shell -p wf-recorder +# OR +nix shell nixpkgs#wf-recorder +# OR +nix run nixpkgs#wf-recorder +``` + +## Void Linux + +Void users can install wf-recorder from the official repos ``` +xbps-install -S wf-recorder +``` + ## From Source ### Install Dependencies