diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-10-19 19:01:12 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-10-19 19:03:03 +0300 |
| commit | 860c41441b3bcf542b5701ae2257812879ce47b4 (patch) | |
| tree | 9940e557b86e346cc3989c45e4f512f58dab850b /doc | |
| parent | 10314cef906fd9b73e003be69c2f6b7b3d66570c (diff) | |
Set DTAIL_RUN_INTEGRATIONT_TEST to yes for integration tests
Diffstat (limited to 'doc')
| -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. |
