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 | 8708ace808e4b2d585b28f4a3131f1f9c9972b6d (patch) | |
| tree | 67a05ef0d08348f93541ab0f85535a09c93dca60 /doc | |
| parent | 4f20e035eb9a924d94bf5eb86cbaa015ddc9d7b5 (diff) | |
newer Fedora and CentOS versions have yum replaced by dnf
Diffstat (limited to 'doc')
| -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: |
