diff options
| author | pbuetow <35781042+pbuetow@users.noreply.github.com> | 2020-01-21 22:30:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-21 22:30:16 +0000 |
| commit | ff7ef579b887452de749eab1796b0ae455f7e875 (patch) | |
| tree | 5e4fdde0daf131690bd98147e30288ca9abfd942 /doc/installation.md | |
| parent | e56c31af93c5432eab8c129e19d8741db1e19a32 (diff) | |
| parent | 1f99be2f54305012a28621f17c941f389834f223 (diff) | |
Merge pull request #1 from snonux/master
update docs to use go get... in the quick starting guide
Diffstat (limited to 'doc/installation.md')
| -rw-r--r-- | doc/installation.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/installation.md b/doc/installation.md index d1ecf9f..e9c6d47 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -5,11 +5,9 @@ The following installation guide has been tested successfully on CentOS 7. You m This guide also assumes that you know how to use ``systemd`` and how to configure a service there. If you are unsure please consult the documentation of your distribution. -This guide also assumes that you know how to add a new Nagios check to your monitoring infrastructure. - # Compile it -Please check the [Quick Starting Guide](quickstart.md) for instructions how to compile DTail. It is recommended to automate the build process via your build pipeline (e.g. produce a deployable RPM via Jenkins). But that is out of scope of this documentation. +Please check the [Quick Starting Guide](quickstart.md) for instructions how to compile DTail. It is recommended to automate the build process via your build pipeline (e.g. produce a deployable RPM 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. # Install it |
