Prebuilt javinfo binaries for 0.1.3.
Install (recommended)
curl -fsSL https://javinfo.dev/install.sh | bash
# pin: VERSION=0.1.3 curl -fsSL https://javinfo.dev/install.sh | bashOr from this repo until the domain is wired:
curl -fsSL https://raw.githubusercontent.com/javinfo/cli/main/install.sh | bashManual
- Download the archive for your platform below.
- Extract the
javinfobinary. - Move it onto your
PATH(e.g.~/.local/bin).
# Linux x86_64 example
mkdir -p ~/.local/bin
curl -fsSL \
"https://github.com/javinfo/cli/releases/download/v0.1.3/javinfo-0.1.3-x86_64-unknown-linux-gnu.tar.gz" \
| tar -xz -C ~/.local/bin
chmod +x ~/.local/bin/javinfo
javinfo --versionVerify downloads against sha256sums.txt.
Full Changelog: v0.1.2...v0.1.3