gnormal / gnorm

A database-first code generator for any language
https://gnorm.org
Other
485 stars 40 forks source link

Reference to run make.go is incorrect #47

Closed zythosec closed 6 years ago

zythosec commented 6 years ago

In various places, https://github.com/gnormal/gnorm/blob/master/CONTRIBUTING.md https://github.com/gnormal/gnorm/blob/master/site/content/getting-started/_index.md it calls to go run $GOPATH/src/gnorm.org/gnorm/make.go but there is no make.go anywhere in the project.

My guess is I should be using mage to build? Or running go run $GOPATH/src/gnorm.org/gnorm/main.go in the cases it tells me to check the binary builds.

Happy to submit a PR to update the documentation with either update.

natefinch commented 6 years ago

Ahh yes, it should be using mage to build now. A PR would be welcome :)