This repository is being used to hold the blocc CLI releases.
First add the repository with
brew tap stacc/tap
Then install the CLI with
brew install blocc
First add the repository with
scoop bucket add blocc https://github.com/stacc/blocc-cli-releases
Then install the CLI with
scoop install blocc
MacOS and Linux users
curl -s https://raw.githubusercontent.com/stacc/blocc-cli-releases/main/install.sh | bash -s --
Windows users
curl -LSs https://raw.githubusercontent.com/stacc/blocc-cli-releases/main/install.bat -o %TEMP%\blocc-install.bat && CMD /C %TEMP%\blocc-install.bat && del %TEMP%\blocc-install.bat
Download the latest release here.