Skip to content

v1.0.0

Compare
Choose a tag to compare
@mtardy mtardy released this 07 Oct 09:20

Installation instruction for Linux amd64:

curl -fSL "https://github.com/quarkslab/kdigger/releases/download/v1.0.0/kdigger-linux-amd64.tar.gz" | tar -xz \
&& curl -fSL "https://github.com/quarkslab/kdigger/releases/download/v1.0.0/kdigger-linux-amd64.sha256" | sha256sum --quiet -c - \
&& chmod a+x kdigger-linux-amd64 \
&& sudo mv kdigger-linux-amd64 /usr/local/bin/kdigger \
&& kdigger

This command downloads the compressed binary, extracts it, downloads sha256 and checks file integrity, adds execution rights on the binary, installs the binary in /usr/local/bin and finally run the binary to display the default help message.