Skip to content

Commit

Permalink
List proto Makefile commands (celestiaorg#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Sep 16, 2022
1 parent dc5678d commit 62c53a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ make install
# Run tests
make test

# Generate protobuf files
# If you modified any protobuf definitions in a `*.proto` file then
# you may need to lint, format, and generate updated `*.pb.go` files
make proto-lint
make proto-format
make proto-gen
```

Expand Down

0 comments on commit 62c53a1

Please sign in to comment.