diff --git a/README.md b/README.md index ea67181..15fca8c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ This tool currently checks for known build artifacts that have been obtained through Maven. From-source rebuilds as they are done for Linux distributions may not be recognized. +Binaries for x86_64 Windoes, Linux, MacOSX for tagged releases are +provided via the +[Releases](https://github.com/hillu/local-log4j-vuln-scanner/releases) +page. + # Usage ``` console @@ -30,6 +35,11 @@ indicator for vulnerable component found in /path/to/vuln/log4shell-vulnerable-a Scan finished ``` +# Building from source + +Install a [Go compiler](https://golang.org/dl) and just run `go build` +in the checked out repository. + # License GNU General Public License, version 3