From 6743c543593f887bcbea521647ef6c5602fc6dc3 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Sun, 1 May 2022 23:49:49 +0200 Subject: [PATCH] README: openbsd and arch linux has a package, mentions nix shell --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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`.