Skip to content

Commit

Permalink
Updated the README to include submodule setup
Browse files Browse the repository at this point in the history
  • Loading branch information
miyatakazuya committed Oct 20, 2024
1 parent 8394b80 commit 92cedd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ Then, to make sure you have the protobufs git submodule loaded, run the followin
make install-protos
```

Lastly, we want to make sure we pull our protos submodule.
```sh
git submodule update --init --recursive // First time only
git submodule update --recursive --remote
```

This should be all of the first time setup you need.

## Build
Expand Down

0 comments on commit 92cedd1

Please sign in to comment.