From b72dad0a61d11c01c498a7e58b3e4a7389533488 Mon Sep 17 00:00:00 2001 From: Erik Broes Date: Mon, 3 Jan 2011 19:32:42 +0100 Subject: Added compile instructions in README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 00000000..d5719e2f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +CraftBukkit +=========== + +A Bukkit (Minecraft Server API) implementation + +Compilation +----------- + +We use maven to handle our dependencies. + +* Install [Maven 3](http://maven.apache.org/download.html) +* Check out and install [Bukkit](http://github.com/Bukkit/Bukkit) +* Check out this repo and: `mvn clean package` -- cgit v1.2.3