Skip to content

jj-run main.13

Choose a tag to compare

@github-actions github-actions released this 18 Jan 02:16
· 2 commits to main since this release

Release of jj-run version main.13

Built from: main branch
Commit: b192ae8

Installation

Download the appropriate binary for your platform, make it executable, and move it to your PATH:

# Linux AMD64
wget https://github.com/neongreen/mono/releases/download/jj-run--main.13/jj-run-main.13-linux-amd64
chmod +x jj-run-main.13-linux-amd64
sudo mv jj-run-main.13-linux-amd64 /usr/local/bin/jj-run

# macOS ARM64 (M1/M2)
wget https://github.com/neongreen/mono/releases/download/jj-run--main.13/jj-run-main.13-darwin-arm64
chmod +x jj-run-main.13-darwin-arm64
sudo mv jj-run-main.13-darwin-arm64 /usr/local/bin/jj-run

Available Binaries

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)