Skip to content

Commit

Permalink
Merge pull request #137 from tritonuas/doc/update-readme
Browse files Browse the repository at this point in the history
Updated the README to include submodule setup
  • Loading branch information
miyatakazuya authored Oct 21, 2024
2 parents 8394b80 + 92cedd1 commit ff6bd38
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 ff6bd38

Please sign in to comment.