From 61266c6e9a39a75875531dfb24852b6e9eef6f1a Mon Sep 17 00:00:00 2001 From: Andinus Date: Fri, 20 Nov 2020 10:02:19 +0530 Subject: Add install instruction for dnf & apt based systems --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index 65fcecc..3e1f470 100644 --- a/README.org +++ b/README.org @@ -38,6 +38,13 @@ git clone https://git.tilde.institute/andinus/draco && \ doas pkg_add p5-Unicode-LineBreak p5-JSON-MaybeXS cpan install HTTP::Tiny +# Install dependencies. (Debian - apt based) +sudo apt install libunicode-linebreak-perl libjson-maybexs-perl \ + libhttp-tiny-perl + +# Install dependencies. (Fedora - dnf based) +sudo dnf install perl-JSON-MaybeXS perl-HTTP-Tiny perl-Unicode-LineBreak + # Install. (Use sudo if doas is not present) doas make install #+END_SRC -- cgit 1.4.1-2-gfad0