summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2022-08-09 14:31:03 +0530
committerAndinus <andinus@nand.sh>2022-08-09 14:31:03 +0530
commitea84c0b84c6269f03db7d6754179516360e96567 (patch)
tree64e82baa9928aa1f9a908b9d57258d376e3340bb
parent7d94c886b578a2277bfec4392eab4871cc7ee1dd (diff)
downloaddraco-ea84c0b84c6269f03db7d6754179516360e96567.tar.gz
Add dependency
This is required for https support.
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 02ee195..91c2c05 100644
--- a/README.org
+++ b/README.org
@@ -56,7 +56,7 @@ doas make install
 * Dependencies
 ** OpenBSD
 #+BEGIN_SRC sh
-doas pkg_add p5-Unicode-LineBreak p5-JSON-MaybeXS
+doas pkg_add p5-Unicode-LineBreak p5-JSON-MaybeXS p5-IO-Socket-SSL
 cpan install HTTP::Tiny
 #+END_SRC
 ** Debian (apt)