diff --git a/README.md b/README.md index 2264b1c..774deeb 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,29 @@ `$ ./setpack.sh texturepacks/` to set a texture pack. -`$ ./build.sh` to build.` +`$ ./build.sh` to build. ## Texture packs -System packages required: `imagemagick`. +System packages required: `imagemagick`, `luajit`. Default pack by Masséna. Programmer art by KikooDX. -### How to install +### How to install & build -Clone this repo. -`$ git clone https://gitea.planet-casio.com/KikooDX/jtmm` +Clone this repo.
+`$ git clone https://gitea.planet-casio.com/KikooDX/jtmm && cd jtmm` -Get texturepacks with `git clone` in the texturepacks folder or: -`$ ./downloadpacks.sh` +Get texturepacks with `git clone` in the texturepacks folder or:
+`$ ./downloadtextures.sh` -You can then set a pack with `setpack.sh`: +You can then set a pack with `settextures.sh`:
`$ ./setpack.sh texturepacks/jtmm_mariotheme` -Build. +Get mappacks with `git clone` in the mappacks folder or:
+`$ ./downloadmaps.sh` + +You can then set a map with `setmap.sh`:
+`$ ./setpack.sh texturepacks/jtmm` + +Build.
`$ ./build.sh` diff --git a/downloadpacks.sh b/downloadtextures.sh similarity index 100% rename from downloadpacks.sh rename to downloadtextures.sh