From 666966209862c35ca55be492ef2a8f40e61cdaa6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?cat=20=C3=A6scling?= <11325618-aescling@users.noreply.gitlab.com> Date: Sat, 29 Jul 2023 11:38:57 -0400 Subject: [PATCH] README: correct runtime dependencies --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6916e6c..e677d68 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,14 @@ difficult to use dynamically linked versions of its hard dependencies. a feasible configuration is to place statically linked dependencies into `./binaries`: -+ [s6-portable-utils](https://skaret.org/software/s6-portable-utils/) -`s6-applyuidgid`, `s6-echo` ++ [s6](https://skaret.org/software/s6-portable-utils/): +`s6-applyuidgid` ++ [s6-portable-utils](https://skaret.org/software/s6-portable-utils/): +`s6-echo` + [9base](https://tools.suckless.org/9base/): `tr(1)`, `read(1)`, `urlencode(1)` - there has not been a release in a long time. urlencode was added in [51cdf1141edd627428ecf0b8bd643142dd5c3773](https://git.suckless.org/9base/commit/51cdf1141edd627428ecf0b8bd643142dd5c3773.html) - and there has not been a tagged release since. - some 9base commands do not build on my system, but thankfully none of the tools required by httpd.execline fail. + [toybox](http://www.landley.net/toybox/): `wc(1)`, -- 2.47.3