README: fix openbsd run instructions

This commit is contained in:
Aaron Bieber 2024-04-15 08:47:11 -06:00
parent d4bd58bf34
commit 31db1cb060
No known key found for this signature in database

View File

@ -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 for it to be added to -current
``` ```
$ doas pkg_add p5-Mojolicious p5-Text-Markdown sqlports $ doas pkg_add p5-Mojolicious p5-Text-Markdown p5-Mojo-SQLite sqlports
$ portgen p5 Mojo::SQLite
$ cd /usr/ports/mystuff/cpan/p5-Mojo-SQLite && make install
$ morbo openbsd.app.pl $ morbo openbsd.app.pl
``` ```