acezen commented on code in PR #521: URL: https://github.com/apache/incubator-graphar/pull/521#discussion_r1639191806
########## format/README.md: ########## @@ -0,0 +1,18 @@ +# GraphAr Format Specification + +This folder contains protocol definitions for the GraphAr format. + +## How to generate code + +### Prerequisites + +- [protoc](https://developers.google.com/protocol-buffers/docs/downloads) +- [buf](https://buf.build/docs/installation) + +### Build + +```sh +buf generate Review Comment: I have added some wording to indicate that the command should run it the root of repository. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
