summaryrefslogtreecommitdiff
path: root/doc/quickstart.md
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2020-12-29 08:34:04 +0000
committerPaul Buetow <git@mx.buetow.org>2020-12-29 08:34:04 +0000
commit0099a7ab9e1d28300c69c3b50b4ebe1cde9a8cbc (patch)
treec9f0dfa884927079de309b68c48224f4b0f00d0d /doc/quickstart.md
parentcab8f9f1e1576dbe42b6e88a5c9c3d14b00d9a37 (diff)
Make Linux ACL support optional, as it requires CGo and makes the binary less portable
Diffstat (limited to 'doc/quickstart.md')
-rw-r--r--doc/quickstart.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/quickstart.md b/doc/quickstart.md
index 6baedbb..f1ac000 100644
--- a/doc/quickstart.md
+++ b/doc/quickstart.md
@@ -7,12 +7,6 @@ This guide assumes that you know how to generate and configure a public/private
# Install it
-On Linux you need to install the libacl development library for file system ACL permission support in `dserver`. On RHEL, CentOS and Fedora it would be
-
-```console
-% sudo dnf install libacl-devel -y
-```
-
To compile and install all DTail binaries directly from GitHub run:
```console