From 2d1056ce87bc6fe435c8eaadaee1ea80a14b4deb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 22 Jun 2019 10:40:35 +0200 Subject: [PATCH] README.md: tweak reqs; we depend on GNU install(1) for now. would be nice to make a wrapper that also supports BSD install(1) :-) --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7fd211ce71d..85abe896c27 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,11 @@ or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respecti ### Requirements -- GNU bash (included by default with void) -- xbps >= 0.46 (included by default with void) -- curl(1) (xbps-src update-check) -- flock(1) (util-linux) (included by default with void) -- mktemp(1) (POSIX) (included by default with void) -- mkfifo(1) (POSIX) (included by default with void) -- sed(1) (POSIX) (included by default with void) -- grep(1) (POSIX) (included by default with void) +- GNU bash +- xbps >= 0.55 +- curl(1) - required by `xbps-src update-check` +- flock(1) - util-linux +- install(1) - coreutils - other common POSIX utilities included by default in almost all UNIX systems. `xbps-src` requires a utility to chroot and bind mount existing directories