Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.08 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.08 KB

blocc CLI

This repository is being used to hold the blocc CLI releases.

Installation

Using homebrew (MacOS / Linux)

First add the repository with

brew tap stacc/tap

Then install the CLI with

brew install blocc

Using scoop (Windows)

First add the repository with

scoop bucket add blocc https://github.com/stacc/blocc-cli-releases

Then install the CLI with

scoop install blocc

From terminal

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

Direct download

Download the latest release here.