You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a brew formula available for mage: it should be explicitly mentioned in the repo README.md and on magefile.org.
It really makes life easier to sell the usage of mage to skeptics if you can say to do this:
$ cd my/repo
$ brew install mage
$ mage install
Previously I'd been go-getting mage and using bootstrap.go etc... that was more effort than required (it's so simple with brew) and I saw pushback against the use of mage for that reason. I didn't know there was a brew formula. It's not in the docs, or at least, not obvious.
The website docs and README.md should be updated to reflect how easy it is to install mage via brew.
P.S. mage is wonderful. I was a minor skeptic initially, but I'm sold. Well done.
There's a
brew
formula available formage
: it should be explicitly mentioned in the repoREADME.md
and on magefile.org.It really makes life easier to sell the usage of
mage
to skeptics if you can say to do this:Previously I'd been go-getting
mage
and usingbootstrap.go
etc... that was more effort than required (it's so simple withbrew
) and I saw pushback against the use ofmage
for that reason. I didn't know there was abrew
formula. It's not in the docs, or at least, not obvious.The website docs and
README.md
should be updated to reflect how easy it is to installmage
viabrew
.P.S.
mage
is wonderful. I was a minor skeptic initially, but I'm sold. Well done.Related: #234
The text was updated successfully, but these errors were encountered: