summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/quickstart.md2
1 files changed, 1 insertions, 1 deletions
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: