diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2020-02-08 11:29:43 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2020-02-08 11:29:43 +0000 |
| commit | 4eca6a333f2dbafac0117cadaae712d9a72f8cdd (patch) | |
| tree | 67a05ef0d08348f93541ab0f85535a09c93dca60 | |
| parent | bf421f0f5183966e0c72999fb526654a2223c798 (diff) | |
newer Fedora and CentOS versions have yum replaced by dnf
| -rw-r--r-- | doc/quickstart.md | 2 |
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: |
