Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify submodules in desktop_version/README.md
VVVVVV uses submodules now, so you need to know how to initialize them. I'm explicitly not including `git clone --recurse-submodules`. Usage of submodules in git projects is kinda rare in my experience, so people are used to doing simple clones, and that instruction would just result in people being annoyed thinking they have to delete the repo they already cloned, and clone it again except slightly differently. It also doesn't help you if you need submodules that aren't in the master branch (for example, if you clone my fork recursively and then checkout the localization branch, you won't have C-HashMap and you'll need the update command anyway). And you also need it whenever VVVVVV updates its submodules. So teaching people just the update command is better.
- Loading branch information