From 92cedd136e148c7481f93998fab366de193e5ec9 Mon Sep 17 00:00:00 2001 From: miyatakazuya Date: Sun, 20 Oct 2024 12:05:49 -0700 Subject: [PATCH] Updated the README to include submodule setup --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c789225..6306013 100644 --- a/README.md +++ b/README.md @@ -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