From bfddb95ba8ef67d1ec5f032f2d68b107627d9ea6 Mon Sep 17 00:00:00 2001 From: John Rassa Date: Tue, 24 Apr 2018 23:33:03 -0400 Subject: [PATCH] fix git submodule command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6607bd46d..df2c1a25f 100644 --- a/README.md +++ b/README.md @@ -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: