summaryrefslogtreecommitdiff
path: root/doc/installation.md
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-02-04 21:37:29 +0000
committerPaul Buetow <pbuetow@mimecast.com>2022-02-04 21:37:29 +0000
commit1db3b5dc1219e34e0e1c612e6646327701c40274 (patch)
treecab22128af9e54131facd0062a474459383a1c90 /doc/installation.md
parent6625d019271d3d7931587167845d77834d187d57 (diff)
parentcc6f19f69d0fb34af96e17147b2030c352d46845 (diff)
merge 4.0.0-RC
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 8f3892c..0f6143b 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -19,10 +19,10 @@ This is optional, but it gives you better security. On Linux, you have the optio
### 2. Enable ACL via a Go build flag
-Set the `USE_ACL` environment variable before invoking the make command.
+Set the `DTAIL_USE_ACL` environment variable before invoking the make command.
```console
-% export USE_ACL=yes
+% export DTAIL_USE_ACL=yes
```
Alternatively, you could add `-tags linuxacl` to the Go compiler.