Update README.md

This commit is contained in:
Jack Andersen 2016-08-21 18:13:38 -10:00 committed by GitHub
parent f8fb72250a
commit 5a521ed9c6
1 changed files with 2 additions and 4 deletions

View File

@ -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)