Skip to content

Commit

Permalink
README: add NixOS, order distros alphabetically (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-re-ka authored Nov 18, 2023
1 parent 0f610ef commit d6c047b
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d6c047b

Please sign in to comment.