diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-10-21 20:55:44 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-10-21 20:55:44 +0300 |
| commit | fe010308fdcb07502c0287bdf684b41b1af9c8a6 (patch) | |
| tree | 935cfebf33e478d1e874cdc77f972e49be3bff5d /doc/installation.md | |
| parent | 3f5672291c14da1dd3d5699867a286e2d53d26b9 (diff) | |
merge doc from master branch
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 0f6143b..8f3892c 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 `DTAIL_USE_ACL` environment variable before invoking the make command. +Set the `USE_ACL` environment variable before invoking the make command. ```console -% export DTAIL_USE_ACL=yes +% export USE_ACL=yes ``` Alternatively, you could add `-tags linuxacl` to the Go compiler. |
