diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-10-27 10:35:36 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-10-27 10:35:36 +0300 |
| commit | dadbaab24d66685db0a2a6655bd75cdbb19eb929 (patch) | |
| tree | 920e22fe1d14664a658bea827d95b6bda0ed4d46 /doc/installation.md | |
| parent | f6bcd5be51a427747be8058d7a7b9887bc2670ca (diff) | |
Update docs to reflect some of the changes made in the past
Diffstat (limited to 'doc/installation.md')
| -rw-r--r-- | doc/installation.md | 4 |
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. |
