Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake a homebrew formula for fuzzit #16
Closed
Comments
|
I've added homebrew tap (also added to the README.)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Mac, people are most used to using homebrew (https://brew.sh/) to install binaries.
fuzzitshould be installable via homebrew asbrew install fuzzit.I've never done it myself, but adding a formula is just writing a simple ruby build script and creating a PR. An example formula for a Go program: https://github.com/Homebrew/homebrew-core/blob/master/Formula/caddy.rb
(it's more complicated than most because of the config, but it's one I know is written in Go)