From 31db1cb060db49e6735b1b231bc6484361c27686 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 15 Apr 2024 08:47:11 -0600 Subject: [PATCH] README: fix openbsd run instructions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d51b1a2..211184e 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,7 @@ Currently OpenBSD is missing the p5-Mojo-SQLite package, so one will either have for it to be added to -current ``` -$ doas pkg_add p5-Mojolicious p5-Text-Markdown sqlports -$ portgen p5 Mojo::SQLite -$ cd /usr/ports/mystuff/cpan/p5-Mojo-SQLite && make install +$ doas pkg_add p5-Mojolicious p5-Text-Markdown p5-Mojo-SQLite sqlports $ morbo openbsd.app.pl ```