Update README.md

This commit is contained in:
Maxwell 2024-09-20 13:40:37 +10:00
parent 8ee75e4b6f
commit f73a32e72c

View File

@ -10,6 +10,8 @@ No reason. :)
### Setup ### Setup
**Make sure Java 17 or later is installed! Mapm is built targeting 17 or later, so it will not run on older versions!**
#### Express #### Express
Run the command `curl https://maxwellj.xyz/mapm/mapm.sh | bash`. This will run an express setup script. Run the command `curl https://maxwellj.xyz/mapm/mapm.sh | bash`. This will run an express setup script.
@ -37,4 +39,14 @@ Zip all that up into a .tar.xz file and upload it to your own server. After crea
### Making your own repo ### Making your own repo
For now, this isn't a thing, but you'll be able to when configuration is a thing. For now, this isn't a thing, but you'll be able to when configuration is a thing.
### FAQ's
**What is mapm?**
Mapm is a package manager, intended for UNIX-based/like OSes, running on the JVM. Mapm packages are organised neatly in /usr/mapm. When built around Mapm, packages have both their executables and config files inside one directory, with one symbolic link or launch script in /usr/mapm.
**Is Mapm any good?**
For now, Mapm doesn't have support for dependencies, meaning if your program requires another library, Mapm won't be able to provide those yet. Mapm also hasn't got very many packages right now, as it is still very experimental.