From 8708ace808e4b2d585b28f4a3131f1f9c9972b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= Date: Sat, 8 Feb 2020 11:29:43 +0000 Subject: newer Fedora and CentOS versions have yum replaced by dnf --- doc/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart.md b/doc/quickstart.md index 10b9589..a618866 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -10,7 +10,7 @@ This guide assumes that you know how to generate and configure a public/private On Linux you need to install the libacl development library for file system ACL permission support in `dserver`. On CentOS and/or Fedora it would be ```console -% sudo yum install libacl-devel -y +% sudo dnf install libacl-devel -y ``` To compile and install all DTail binaries directly from GitHub run: -- cgit v1.2.3