Updated steps to get the correct commits on submodules
This commit is contained in:
		@@ -5,6 +5,6 @@
 | 
				
			|||||||
The assets for the game are stored separately to the code. To retrieve the assets for the first time, run:
 | 
					The assets for the game are stored separately to the code. To retrieve the assets for the first time, run:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. `git submodule init`
 | 
					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
 | 
					From there, only the second command has to be run in order to update the assets
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user