Skip to content

Commit

Permalink
Add Void Linux install instructions to readme (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored May 1, 2019
1 parent a740200 commit bde6472
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ scoop install just
On Arch Linux, `just` is packaged as https://aur.archlinux.org/packages/just/[just] in AUR, the https://aur.archlinux.org[Arch User Repository]. Several tools are available to install packages from AUR, including https://github.com/Jguer/yay[yay] and https://github.com/archlinuxfr/yaourt[yaourt].
=== Void Linux
On Void Linux, `just` can be installed with:
```sh
sudo xbps-install -S just
```
=== Nix
On NixOS, Linux, and MacOS, `just` can be installed using the https://nixos.org/nix/[Nix package manager]. Install https://nixos.org/nix/download.html[Nix] or https://nixos.org/nixos/download.html[NixOS], then run:
Expand Down

0 comments on commit bde6472

Please sign in to comment.