diff --git a/README.md b/README.md index 233d45e..caa650e 100644 --- a/README.md +++ b/README.md @@ -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`.