From 5a521ed9c68dd80d9e412c0074d5db72ff7d8198 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sun, 21 Aug 2016 18:13:38 -1000 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d8f183e4a..7e7f0eeac 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,9 @@ Everything else is much too experimental to make portable/stable release builds ### Prep Directions ```sh -git clone https://github.com/AxioDL/urde.git +git clone --recurse-submodules https://github.com/AxioDL/urde.git mkdir urde-build -cd urde -git submodule update --init --recursive -cd ../urde-build +cd urde-build ``` ### Build Directions (Debug)