Install Regle CLI
Download from Github
Download the published binary from Github
- MacOS
- Linux
- Windows
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
with curl for x86_64
curl https://github.com/regledev/homebrew-tap/releases/download/v0.1.0/regle_cli_0.1.0_x86_64-unknown-linux-gnu.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-unknown-linux-gnu.tar.gz
Coming soon!
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)