From f73a32e72c6086c5b1195067ca701204cb58e336 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Fri, 20 Sep 2024 13:40:37 +1000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index affa26d..566c9f5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ No reason. :) ### 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 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 -For now, this isn't a thing, but you'll be able to when configuration is a thing. \ No newline at end of file +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. \ No newline at end of file