Skip to main content

Install Regle CLI

Download from Github

Download the published binary from Github

with homebrew
brew install regledev/tap/regle

with curl for Intel Mac

curl https://github.com/regledev/homebrew-tap/releases/download/v0.1.0/regle_cli_0.1.0_x86_64-apple-darwin.tar.gz

with curl for Apple Silicon

curl https://github.com/regledev/homebrew-tap/releases/download/v0.1.0/regle_cli_0.1.0_aarch64-apple-darwin.tar.gz

Verifying

You can verify regle installed correctly by running the following command

regle version

You should see an output similar to

regle 0.1.0 (add33e7c0067d5435fc14db32f769a721957a767 2022-01-10)