fix git submodule command

This commit is contained in:
John Rassa 2018-04-24 23:33:03 -04:00 committed by GitHub
parent c625c414bc
commit bfddb95ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ or
```bash
git clone https://github.com/RetroPie/EmulationStation.git
cd EmulationStation
git submodule init --update
git submodule update --init
```
Then, generate and build the Makefile with CMake: