-
Notifications
You must be signed in to change notification settings - Fork 593
Improve Development section of readme #689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming this is some sort of md formatter and you didn't do it manually?
``` | ||
|
||
[protoc-source]: https://github.com/google/protobuf | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, formatter
|
||
### Make Targets | ||
|
||
- **`make build`**: generates the constraints proto and compiles PGV into `$GOPATH/bin` | ||
- **`make build`**: generates the constraints proto and compiles PGV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, formatter
readme referenced `generate-testdata` which is a previous target in the makefile & `tests/go.mod` was malformed.
Highlighted by our valued contributor @HaloWorld in #606, the
development
section of our readme needs some changes. This really does need a lot more work but should do the trick for now.resolves #690