diff --git a/README.md b/README.md index af7ba6a..a56786c 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,14 @@ $ ledgerctl -v run Bitcoin ## Contributing +### Rebuild the proto files + +```shell +for file in ledgerwallet/proto/*.proto; do + protoc -I. --plugin=protoc-gen-python --python_out=. --pyi_out=. $file +done +``` + ### Pre-commit checks > **Note:** It's advised to install `pre-commit` using