From f4db306a0f17953524c3b9c40c7a34bcc41b8eee Mon Sep 17 00:00:00 2001 From: Jascha Starke Date: Sat, 3 Mar 2012 12:55:46 +0100 Subject: [PATCH] readme markup --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 38717d8..4194d80 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,32 @@ # Limited Creative http://dev.bukkit.org/server-mods/limited-creative/ -Required dependencies: +Required dependencies +--------------------- + * [Bukkit](https://github.com/Bukkit/Bukkit) -Maven Dependencies for optional integrations: +Maven Dependencies for optional integrations +-------------------------------------------- + * [WorldGuard](https://github.com/sk89q/worldguard) * [WorldEdit](https://github.com/sk89q/worldedit) -Non-Maven dependencies for optional integrations: + +Non-Maven dependencies for optional integrations +------------------------------------------------ + * [xAuth](http://dev.bukkit.org/server-mods/xauth/) * [AuthMe](http://dev.bukkit.org/server-mods/authme-reloaded/) * [Multiverse-Core](http://dev.bukkit.org/server-mods/multiverse-core/) ---- -To use Maven packaging: +To use Maven packaging +---------------------- + You need to add the non-maven dependencies: -* download the jars and then: + +* download the jars and then... * $ mvn install:install-file -Dfile=AuthMe.jar -DgroupId=uk.org.whoami -DartifactId=authme -Dversion=2.6.2 -Dpackaging=jar * $ mvn install:install-file -Dfile=Multiverse-Core.jar -DgroupId=com.onarandombox -DartifactId=multiverse-core -Dversion=2.3-AB -Dpackaging=jar * $ mvn install:install-file -Dfile=xAuth.jar -DgroupId=com.cypherx -DartifactId=xauth -Dversion=3.1 -Dpackaging=jar \ No newline at end of file