magefile / mage

a Make/rake-like dev tool using Go
https://magefile.org
Apache License 2.0
4.02k stars 250 forks source link

Installation instructions don't work if run within a Go 1.11 module project directory #229

Open dmolesUC opened 5 years ago

dmolesUC commented 5 years ago

Steps to reproduce:

Expected:

Actual:

Workaround:

Proposed change:

natefinch commented 5 years ago

Oops, yeah, the instructions were updated for modules in the README on github, but not on the website. Thanks for pointing this out.

Try this:

git clone https://github.com/magefile/mage
cd mage
go run bootstrap.go
enumag commented 1 year ago

Using git clone seems bad to me. Wouldn't it be better to have mage installable by go install?