mirror of https://github.com/n64decomp/mk64.git
Update README.md (#718)
* Update README.md * Update README.md * Update README.md * Update README.md --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
parent
6b08e60fe6
commit
4975cb2c42
|
@ -21,9 +21,12 @@ It supports and builds the following versions:
|
||||||
|
|
||||||
```
|
```
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
OR
|
||||||
|
git clone https://github.com/n64decomp/mk64 --recurse-submodules
|
||||||
```
|
```
|
||||||
Extract assets
|
Extract assets
|
||||||
```
|
```
|
||||||
|
make -C tools -j
|
||||||
make assets -j
|
make assets -j
|
||||||
make -j
|
make -j
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue