livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.58k stars 179 forks source link

`make install` requires github.com/pointlander/peg #215

Closed jmmk closed 2 years ago

jmmk commented 2 years ago

Following https://github.com/livebud/bud/blob/main/contributing/Readme.md#setting-up-bud-for-development, make install fails on the go generate step unless https://github.com/pointlander/peg is available on PATH.

Using go install github.com/pointlander/peg worked to install it.

matthewmueller commented 2 years ago

Thanks for your interest in contributing to Bud @jmmk! I just pushed up a fix.