diff --git a/README.md b/README.md index 4e0c82d..ae0d52a 100644 --- a/README.md +++ b/README.md @@ -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 ```