From d2256f06439ebcb719ba9f60967da92553737c59 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:53:03 +0200 Subject: [PATCH] Update README.md to add a note about submodules --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ce90a5b9..9e7f15c0 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,11 @@ You can find instructions here: [README.release.md](./post_build/README.release. git clone --recurse-submodules https://github.com/otavepto/gbe_fork.git ``` + It is adviseable to always checkout submodules every now and then, to make sure they're up to date + ```bash + git submodule update --recursive --remote + ``` + --- # **Building dependencies**