Skip to content

stacc/blocc-cli-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.