diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2024-08-23 14:10:07 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2024-08-23 14:10:07 +0300 |
| commit | 5454d0edcae82e4f1e9d470367d53fd5d3d77faf (patch) | |
| tree | ae0c0645dfefca597d8159cb5b43f8619f7f0910 /doc/installation.md | |
| parent | 85628895f6b567131af904700901f6b6e72bc468 (diff) | |
fix install instructions
Diffstat (limited to 'doc/installation.md')
| -rw-r--r-- | doc/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index a2c271a..1f54050 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -5,7 +5,7 @@ The following installation guide has been tested successfully on CentOS 7. You m # Compile it -Please check the [Quick Starting Guide](quickstart.md) for instructions on compiling DTail. It is recommended to automate the build process via your build pipeline (e.g. produce a deployable (.rpm, .deb, ...) via Jenkins). You don't have to use ``go get...`` to compile and install the binaries. You can also clone the repository and use ``make`` instead. +Please check the [Quick Starting Guide](quickstart.md) for instructions on compiling DTail. It is recommended to automate the build process via your build pipeline (e.g. produce a deployable (.rpm, .deb, ...) via Jenkins). You don't have to use ``go install...`` to compile and install the binaries. You can also clone the repository and use ``make`` instead. ## Linux ACL support |
