Updated steps to get the correct commits on submodules

This commit is contained in:
Nicholas Novak 2023-04-09 23:16:12 -07:00
parent 663c037af3
commit b8bfa1fc64

View File

@ -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