]> cat aescling's git repositories - httpd-execline.git/commitdiff
README: correct runtime dependencies
authorcat æscling <11325618-aescling@users.noreply.gitlab.com>
Sat, 29 Jul 2023 15:38:57 +0000 (11:38 -0400)
committercat æscling <11325618-aescling@users.noreply.gitlab.com>
Sat, 29 Jul 2023 15:38:57 +0000 (11:38 -0400)
README.md

index 6916e6cce175cad2d5372ebd59e560dbf642c490..e677d684a530068c0a4681bc2d4abac45433fb41 100644 (file)
--- 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)`,