aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index b074f2a..768177e 100644
--- a/README.md
+++ b/README.md
@@ -17,3 +17,9 @@ Libraries:
- integer-encoding for varints
- ??? for protobuf
- ??? for Kademlia Mainline DHT
+
+protobuf code generated with `rust-protobuf`; the `protoc` tool (`sudo apt
+install protobuf-compiler`) and rust plugin `protoc-gen-rust` (`cargo install
+protobuf`) are only needed when changing .proto files, eg:
+
+ protoc --rust_out . network_proto.proto