From 7aabdda06539a3b3dcdb0139dda4d716a8a8ce34 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Thu, 21 Nov 2024 11:44:15 +0100 Subject: [PATCH] readme: adjust installation instructions go install does not work with replace directives in the go.mod file - #3 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09895e0..cf3146a 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,11 @@ Nagflux only provides the timestamp in milliseconds. ## Install - go install github.com/ConSol-Monitoring/nagflux/cmd/nagflux@latest + %> git clone https://github.com/ConSol-Monitoring/nagflux + %> cd nagflux + %> make -This typically installs a nagflux binary into `~/go/bin/nagflux` +There should result in a nagflux binary. ## Configuration