From 5a554382bf6b803bc45e2974b98d4e454f200d6c Mon Sep 17 00:00:00 2001 From: "Sean M. Peyres" <107009840+smpeyres@users.noreply.github.com> Date: Fri, 9 Dec 2022 15:51:09 -0600 Subject: [PATCH] Update README.md Added command to update and initialize the moose submodule. See commit #87 and issue #86 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c6a5869..e5cf6a5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ After installing MOOSE, make sure you have the following folder on your local ma `cd crane` +'git submodule update --init moose' + `make -jn` where `n` is the number of logical processors on your computer.