mirror of https://github.com/AxioDL/metaforce.git
Update README.md
This commit is contained in:
parent
f8fb72250a
commit
5a521ed9c6
|
@ -28,11 +28,9 @@ Everything else is much too experimental to make portable/stable release builds
|
||||||
### Prep Directions
|
### Prep Directions
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/AxioDL/urde.git
|
git clone --recurse-submodules https://github.com/AxioDL/urde.git
|
||||||
mkdir urde-build
|
mkdir urde-build
|
||||||
cd urde
|
cd urde-build
|
||||||
git submodule update --init --recursive
|
|
||||||
cd ../urde-build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build Directions (Debug)
|
### Build Directions (Debug)
|
||||||
|
|
Loading…
Reference in New Issue