Update README.md

This commit is contained in:
Maxwell 2024-09-08 15:21:24 +10:00
parent 434ba073e8
commit 9223bfb001

View File

@ -10,7 +10,7 @@ No reason. :)
### Setup
First, make sure you have the JVM installed. I've been testing on Java 17 however I don't see why it won't work on later or earlier versions. Next, download the .jar to a place where it won't get deleted, and create an alias in your shell for mapm (or whatever you want to call it) which calls the JVM to run it (eg `alias mapm "java -jar /usr/local/bin/mapm"`). Then, create `/usr/mapm` and add it to the path. This is where mapm will download things to. Finally, test it all out by running `sudo mapm`. Type `grab`, press enter and type `mash`. This should download mash (my shell), make it executable, and save it to `/usr/mapm`.
Download the files and make sure Gradle is installed. Run `gradle distTar` to compile a Tar file with all the needed Jars in it, including mapm. Untar the archive in build/distributions. Run `./(where tar extracted to)/bin/mapm`. (or mapm.bat if you're crazy)
### Usage