From 6c0dc157be42bab284669c9c396f6df377b5222b Mon Sep 17 00:00:00 2001 From: downslope7 Date: Tue, 28 Apr 2015 19:31:59 -0500 Subject: [PATCH] Adjust submodule init instructions The gradlew task createVersionPropertiesFML won't work if the '--depth 1' parameter is passed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 143bd84..8dbc623 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Compilation We use Gradle to handle our dependencies. 1. Checkout project. -2. Init submodules : git submodule update --init --recursive --depth 1 +2. Init submodules : git submodule update --init --recursive 3. Setup workspace : gradlew setupCauldron 4. Build binaries : gradlew buildPackages Note: all binaries will be in distributions folder