diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2024-08-23 14:23:50 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2024-08-23 14:23:50 +0300 |
| commit | bf78b3abffee6d49c08ca2980156afc455994969 (patch) | |
| tree | 4626c791185fb48ff5a51ff2432a0060ce8f81af /doc | |
| parent | 7d1c4a4dec507ce12e0e56ded5ab05dd5678c8c6 (diff) | |
| parent | 5454d0edcae82e4f1e9d470367d53fd5d3d77faf (diff) | |
mergev4.3.3
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/installation.md | 2 | ||||
| -rw-r--r-- | doc/quickstart.md | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/doc/quickstart.md b/doc/quickstart.md index ea943d3..a61e75e 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -11,7 +11,7 @@ To compile and install all DTail binaries directly from GitHub run: ```console % for cmd in dcat dgrep dmap dtail dserver dtailhealth; do - go get github.com/mimecast/dtail/cmd/$cmd; + go get github.com/mimecast/dtail/cmd/$cmd@latest; done ``` |
