From bc127b4c65f1229e9bb6078fba4fa04aceeaee5d Mon Sep 17 00:00:00 2001 From: Matt Bearman Date: Mon, 20 Jan 2025 12:35:25 +0000 Subject: [PATCH] Update README.md Add missing `git submodule update` command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a1402c..424d5df 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ There are several build options available, allowing you to target a specific pla > ``` > git clone git@github.com:YuriSizov/gdsion.git > git submodule init +> git submodule update > ``` ## How can I help the project?