Skip to main content

Install

Use this page for verified install commands and a basic smoke test.

Latest Stable

curl -fsSL https://raw.githubusercontent.com/himudigonda/Broski/main/install.sh | bash

Pinned Version

curl -fsSL https://raw.githubusercontent.com/himudigonda/Broski/main/install.sh | BROSKI_VERSION=v0.6.1 bash

Verify

broski --version
broski --workspace . list

Smoke Test

version = "0.5"

hello:
    echo "broski is installed"
broski hello

Next