From b128dfb1284e6f76b5e87332d6e4a20c7a6fa5dc Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 2 May 2021 18:00:54 -0400 Subject: [PATCH] doc: Add note about perl5 OpenBSD packages to README This is mostly for my future self (since I seem to go long spurts without touching the code and hop OS installations frequently...), but it may help someone else too! --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bd26317..f3a0b49 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,25 @@ Installation * Node (tested on 12.15.0, no idea how portable) * npm * [cpanminus](https://metacpan.org/pod/App::cpanminus) + - Alternatively, on OpenBSD 6.9, the packaged `p5-Mojolicious` and + `p5-Class-Tiny` packages are sufficient to run the server! ### Getting the Dependencies +On Linux: + ```sh $ npm i $ cpanm --installdeps . ``` +On OpenBSD (6.9): + +```sh +$ doas pkg_add node p5-Mojolicious p5-Class-Tiny +$ npm i +``` + ### Building the Release The release version is a subset of the repo, built into a separate directory -- libgit2 1.1.1