From b8bfa1fc64b5f687f0f933f574d62e85e9757635 Mon Sep 17 00:00:00 2001 From: Nicholas Novak <34256932+NickyBoy89@users.noreply.github.com> Date: Sun, 9 Apr 2023 23:16:12 -0700 Subject: [PATCH] Updated steps to get the correct commits on submodules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b296dc4..cd8984f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ The assets for the game are stored separately to the code. To retrieve the assets for the first time, run: 1. `git submodule init` -2. `git submodule update` +2. `git submodule update --init --recursive --remote` From there, only the second command has to be run in order to update the assets