Skip to content

Commit

Permalink
feat: goji
Browse files Browse the repository at this point in the history
  • Loading branch information
sanriodev committed Nov 28, 2024
1 parent 8d30ecc commit 406e4f3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions content/post/homebrew-tap-for-goji.md
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.
2 changes: 1 addition & 1 deletion content/post/post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title = 'Hello blog.blvckleg.dev'
date = 2024-09-22T21:49:08+02:00
draft = false
pin = true
pin = false
+++

## About this blog
Expand Down

0 comments on commit 406e4f3

Please sign in to comment.