Update README.md

This commit is contained in:
KikooDX 2021-01-07 13:31:14 +01:00
parent adcea66e87
commit b572b0f43d
1 changed files with 7 additions and 2 deletions

View File

@ -1,13 +1,18 @@
# Clone this repository
```sh
$ git clone --recursive https://gitea.planet-casio.com/KikooDX/jtmm2
```
# Build instructions
Using the `fxsdk` and latest version of `gint`. Requires `luajit`.
For CG
```bash
```sh
$ ./make_levels.sh
$ fxsdk build-cg
```
For FX
```bash
```sh
$ ./make_levels.sh
$ fxsdk build-fx
```