From b25448f42f2f58a8b32d34d69450a03d32b39207 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 8 Aug 2021 12:13:31 -0600 Subject: [PATCH] kyua is available on Debian now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d86137..4b03d23 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ On glibc systems, you must install `libbsd-dev` or equivalent and additionally d make LIBBSD_CFLAGS="$(pkg-config --cflags libbsd-overlay)" LIBBSD_LIBS="$(pkg-config --cflags --libs libbsd-overlay)" make install -To run the tests, do `make check`. Running the checks requires `kyua` (`apk add kyua`, not packaged for Debian). +To run the tests, do `make check`. Running the checks requires `kyua` (`apk add kyua` / `apt install kyua`). To build the documentation, do `make docs` and `make install_docs`. Building the documentation requires scdoc (`apk add scdoc` / `apt install scdoc`).