From 7f8a571e2275b7150771e37cf1a9b4cd4133d743 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 21 Nov 2022 10:41:50 -0800 Subject: [PATCH] dev docs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b8cda6c..441de86 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,14 @@ These are the current different command line options for lightwalletd: | -conf-file | blank | conf file to pull RPC creds from | | -cache-size| 40000 | number of blocks to hold in the cache | +## Developing + +To create a `foo.pb.go` file from a `foo.proto` file: + +``` +protoc --go_out=paths=source_relative:. foo.proto +``` + ## Support For support or other questions, join us on [Telegram](https://hush.is/telegram), or tweet at [@HushIsPrivacy](https://twitter.com/HushIsPrivacy), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram Support](https://hush.is/telegram_support).