README: openbsd and arch linux has a package, mentions nix shell

This commit is contained in:
Solene Rapenne 2022-05-01 23:49:49 +02:00
parent bbd0f05663
commit 6743c54359
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,10 @@ For all supported OS, it's possible to run **Vger** in a chroot and drop privile
# Install
On OpenBSD and Arch Linux there is a package `vger` that you can install.
# Building from sources
```
git clone https://tildegit.org/solene/vger.git
cd vger
@ -32,6 +36,8 @@ doas make install
On GNU/Linux, make sure you installed `libbsd`, it has been reported that using clang was required too.
For NixOS/Nix users, there is a `shell.nix` listing the dependencies.
# Running tests
**Vger** comes with a test suite you can use with `make test`.