Skip to content

javinfo 0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:34
· 7 commits to main since this release

Prebuilt javinfo binaries for 0.1.0.

Install (manual)

  1. Download the archive for your platform below.
  2. Extract the javinfo binary.
  3. 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.0/javinfo-0.1.0-x86_64-unknown-linux-gnu.tar.gz" \
  | tar -xz -C ~/.local/bin
chmod +x ~/.local/bin/javinfo
javinfo --version

Verify downloads against sha256sums.txt.

A one-line installer (curl -fsSL https://javinfo.dev/install.sh | sh) will be added later.

Full Changelog: https://github.com/javinfo/cli/commits/v0.1.0