Skip to content

Commit

Permalink
protoc requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
criadoperez committed Jun 28, 2023
1 parent c8c1da8 commit 2815624
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Requirements:
- make
- jq
- bc
- protoc (Only required for `make generate`)

To install, clone this repo and run:

Expand Down Expand Up @@ -260,7 +261,13 @@ zcat < foo.gz | jq '. | select(.transactions | length > 0) | select(.transaction
Dumpblocks can also output to protobuf format. If you wish to make changes to the protobuf:

1. Install the protobuf compiler


On GNU/Linux:
```bash
sudo apt install protoc-gen-go
```

On a MAC:
```bash
brew install protobuf
```
Expand Down

0 comments on commit 2815624

Please sign in to comment.