Closed jmmk closed 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.
make install
go generate
PATH
Using go install github.com/pointlander/peg worked to install it.
go install github.com/pointlander/peg
Thanks for your interest in contributing to Bud @jmmk! I just pushed up a fix.
Following https://github.com/livebud/bud/blob/main/contributing/Readme.md#setting-up-bud-for-development,
make install
fails on thego generate
step unless https://github.com/pointlander/peg is available onPATH
.Using
go install github.com/pointlander/peg
worked to install it.