Skip to content

Commit

Permalink
Document proto files rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
edelanghe-ledger committed Dec 16, 2024
1 parent 44b9a06 commit a9f0f91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9f0f91

Please sign in to comment.