Skip to content

Commit

Permalink
update readme with protobuf install instructions"
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Lentz committed Nov 23, 2023
1 parent 74fc22f commit a318f8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ install-linter:
./scripts/install-linter-linux.sh ;\
fi;\

install-protos:
git submodule init && git submodule update

install-fmter:
go install golang.org/x/tools/cmd/goimports@latest

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ To install the formatter, run the following make command.
make install-fmter
```

To make sure you have the protobufs git submodule loaded, run the following make command.

```sh
make install-protos
```

## Build

``` sh
Expand Down

0 comments on commit a318f8f

Please sign in to comment.