From 91b820d863d449f2f87297669f77f512b35caf4d Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Thu, 18 Apr 2024 17:20:08 -0400 Subject: [PATCH] Add submodule fetch to quickstart --- doc/QuickStartGuides/1-HelloWorld.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/QuickStartGuides/1-HelloWorld.md b/doc/QuickStartGuides/1-HelloWorld.md index e34a8b4d0c..a8c71175d6 100644 --- a/doc/QuickStartGuides/1-HelloWorld.md +++ b/doc/QuickStartGuides/1-HelloWorld.md @@ -40,6 +40,7 @@ get your working environment all set. ```shell git clone https://github.com/devosoft/Empirical cd Empirical/examples/ProjectTemplate +git submodule update --init --depth 1 --recursive ``` Let's take a look at what we want to compile.