euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit b128dfb1284e6f76b5e87332d6e4a20c7a6fa5dc (patch)
parent 61c753127abca2f257ae84ffa5e0084b93809ccc
Author: Alex Karle <alex@alexkarle.com>
Date:   Sun,  2 May 2021 18:00:54 -0400

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!

Diffstat:
MREADME.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git 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