Skip to content

Commit

Permalink
readme: adjust installation instructions
Browse files Browse the repository at this point in the history
go install does not work with replace directives in the go.mod file

- #3
  • Loading branch information
sni committed Nov 21, 2024
1 parent d93e45b commit 7aabdda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7aabdda

Please sign in to comment.