-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
+++ | ||
title = 'Homebrew Tap for Goji' | ||
date = 2024-11-28T18:45:49+01:00 | ||
draft = false | ||
pin = true | ||
+++ | ||
|
||
## Goji can now be installed with Homebrew | ||
|
||
Hey, | ||
|
||
I recently created a CI Pipeline for the [goji repository](https://github.com/sanriodev/goji) 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 | ||
|
||
```zsh | ||
brew tap sanriodev/homebrew-goji | ||
``` | ||
|
||
and install goji via homebrew like so | ||
|
||
```zsh | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters