Skip to content

v0.1.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 26 Apr 15:35
· 33 commits to master since this release

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

linux

amd64 - linux
# Export the sha256sum for verification.
$ export BPFPS_SHA256="215a045bc4cda59da6ae1473601b53853540cf971909bf0e6f88c7fff4ba77b9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bpfps/releases/download/v0.1.0/bpfps-linux-amd64" -o "/usr/local/bin/bpfps" \
	&& echo "${BPFPS_SHA256}  /usr/local/bin/bpfps" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bpfps"

$ echo "bpfps installed!"

# Run it!
$ bpfps -h