From f707c5c1ef12bef693bc6b0b16b552d4311e3612 Mon Sep 17 00:00:00 2001 From: Maximilian Wilhelm Date: Wed, 14 Oct 2020 00:12:24 +0200 Subject: [PATCH] doc: Update build section in README Signed-off-by: Maximilian Wilhelm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1470f85..a3e155c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ For compatibility with some legacy ifupdown executors, we also provide the On musl systems, simply do `make` and `make install` to build and install. -On glibc systems, you must most likely install `libbsd-dev` and additionally define `LIBBSD_CFLAGS` and `LIBBSD_LIBS`: +On glibc systems, you must install `libbsd-dev` or equivalent and additionally define `LIBBSD_CFLAGS` and `LIBBSD_LIBS`: # instal packages apt install build-essential libbsd0 libbsd-dev