Skip to content

Commit aa09db6

Browse files
committed
Update protoc docs
1 parent f596397 commit aa09db6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

datafusion/proto/REAME-dev.md renamed to datafusion/proto/README-dev.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
The prost/tonic code can be generated by running `./regen.sh`, which in turn invokes the Rust binary located in [gen](./gen)
2323

2424
This is necessary after modifying the protobuf definitions or altering the dependencies of [gen](./gen), and requires a
25-
valid installation of [protoc](https://github.com/protocolbuffers/protobuf#protocol-compiler-installation).
25+
valid installation of [protoc] (see [installation instructions] for details).
2626

2727
```bash
2828
./regen.sh
2929
```
30+
31+
[protoc]: https://github.com/protocolbuffers/protobuf#protocol-compiler-installation
32+
[installation instructions]: https://arrow.apache.org/datafusion/contributor-guide/#protoc-installation

0 commit comments

Comments
 (0)