summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-05 10:21:02 +0200
committerPaul Buetow <paul@buetow.org>2024-12-05 10:21:02 +0200
commit108daf9743221d98f9439750d7e0c0a371a25f51 (patch)
tree6998e5b05b70263e9a3904358c00f28dfd31803a /README.md
parentecc6e33c94aaaffb69f1c0abc9767922afcbe61e (diff)
use String::Util
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index faad164..68b910d 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Small Perl script reporting anonymous site stats for my foo.zone web and gemini
On OpenBSD, install dependencies:
```sh
-doas pkg_add p5-Digest-SHA3 p5-PerlIO-gzip p5-JSON
+doas pkg_add p5-Digest-SHA3 p5-PerlIO-gzip p5-JSON p5-String-Util
```
## Usage