Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

distrubute the binary via homebrew for OSX #6

Open
mahiki opened this issue Oct 26, 2017 · 1 comment
Open

distrubute the binary via homebrew for OSX #6

mahiki opened this issue Oct 26, 2017 · 1 comment

Comments

@mahiki
Copy link

mahiki commented Oct 26, 2017

This is really a brilliant piece of software, and when you need something like this a google search reveals very few options, gnuplot with set terminal dumb is the main reasonable choice.

This would be accessible to a much wider audience if it could be installed via homebrew, the package manger for macOS / OSX. Basically its a sane way to manage executables.

A perfect example is hugo, the static website generator written in golang, with a simple install via brew install hugo.

I don't program in go, but termeter is perfect for me therefore I went to the trouble of installing go, dealing with path updates to my .zshrc, etc. And then go build termeter.

This is too much work when all I need is the executable.

@dayne
Copy link

dayne commented Jul 9, 2019

This is easier these days as homebrew offers brew install go

You'll still need to setup GOPATH and put it into your PATH as described here:
https://ahmadawais.com/install-go-lang-on-macos-with-homebrew/

But once that is done the install of this go app or others is can be as simple as:

go get github.com/atsaki/termeter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants