From 67bd00a1c5e77032f9ac11629f8cc44dcebf6263 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 10 Jun 2014 21:27:44 +0200 Subject: [PATCH] Add a basic readme --- src/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/README.md diff --git a/src/README.md b/src/README.md new file mode 100644 index 00000000..23953119 --- /dev/null +++ b/src/README.md @@ -0,0 +1,18 @@ +ExtraHardMode +============= + +Official repository for [ExtraHardMode Bukkit Plugin](http://dev.bukkit.org/bukkit-plugins/fun-hard-mode/). + +## Dev Builds + +Development builds are hosted in this repo under the [releases section](https://github.com/Di3mex/ExtraHardMode/releases) + +## Build instructions + +We use maven to handle our dependencies. + +* Install [Maven 3](http://maven.apache.org/download.html) +* Check out this repo and: `mvn clean package` + +All the required dependencies can be found in maven central. All other dependencies are in this [maven repo](http://di3mex.github.io/repo_bukkit/). +You can manually download the dependencies from there and add them to your classpath. \ No newline at end of file