Installation
Install Script (Recommended)
macOS / Linux
curl -sSL https://raw.githubusercontent.com/avelino/jbundle/main/install.sh | shWindows (PowerShell)
irm https://raw.githubusercontent.com/avelino/jbundle/main/install.ps1 | iexCustom Install Directory
# macOS / Linux
JBUNDLE_INSTALL_DIR=~/.local/bin curl -sSL https://raw.githubusercontent.com/avelino/jbundle/main/install.sh | sh
# Windows
$env:JBUNDLE_INSTALL_DIR = "C:\tools" ; irm https://raw.githubusercontent.com/avelino/jbundle/main/install.ps1 | iexInstall a Specific Version
# macOS / Linux
JBUNDLE_VERSION=v0.2.0 curl -sSL https://raw.githubusercontent.com/avelino/jbundle/main/install.sh | sh
# Windows
$env:JBUNDLE_VERSION = "v0.2.0" ; irm https://raw.githubusercontent.com/avelino/jbundle/main/install.ps1 | iexHomebrew
Pre-compiled Binaries
Platform
Binary
From Source
Prerequisites
Steps
Verify Installation
Requirements
Build System
Required Tool
Last updated
Was this helpful?