diff options
author | Andinus <andinus@nand.sh> | 2020-11-20 10:02:19 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-20 10:02:19 +0530 |
commit | 61266c6e9a39a75875531dfb24852b6e9eef6f1a (patch) | |
tree | 75defe3395f3382f67478109c5bf90d65faf25cb | |
parent | d3e1f09138c64b0a4e52bbc5575b5047c874980e (diff) | |
download | draco-61266c6e9a39a75875531dfb24852b6e9eef6f1a.tar.gz |
Add install instruction for dnf & apt based systems
-rw-r--r-- | README.org | 7 |
1 files changed, 7 insertions, 0 deletions
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 |