Skip to content

javinfo 0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 19:07
· 3 commits to main since this release

Prebuilt javinfo binaries for 0.1.2.

Install (recommended)

curl -fsSL https://javinfo.dev/install.sh | bash
# pin: VERSION=0.1.2 curl -fsSL https://javinfo.dev/install.sh | bash

Or from this repo until the domain is wired:

curl -fsSL https://raw.githubusercontent.com/javinfo/cli/main/install.sh | bash

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.2/javinfo-0.1.2-x86_64-unknown-linux-gnu.tar.gz" \
  | tar -xz -C ~/.local/bin
chmod +x ~/.local/bin/javinfo
javinfo --version

Verify downloads against sha256sums.txt.

Full Changelog: v0.1.1...v0.1.2