sanriodev / Homebrew Tap for Goji

Created Thu, 28 Nov 2024 18:45:49 +0100 Modified Fri, 29 Nov 2024 06:59:05 +0000
86 Words

Goji can now be installed with Homebrew

Hey,

I recently created a CI Pipeline for the goji repository that automatically creates a homebrew formulae for goji.

So now the goji binaries can finally be installed without needing go installed on your local machine.

to add the homebrew tap simply run

brew tap sanriodev/homebrew-goji

and install goji via homebrew like so

brew install goji

This allows you to simply install goji and future packages from this tap if you wanna try them out on linux and macOS.