diff --git a/MANIFEST.MF b/MANIFEST.MF
deleted file mode 100644
index 9d885be5..00000000
--- a/MANIFEST.MF
+++ /dev/null
@@ -1 +0,0 @@
-Manifest-Version: 1.0
diff --git a/README.md b/README.md
index ece35d48..1e2a4561 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ The goals of this plugin:
Usage
---------
-Read the full userguide here: [http://mcteam.org/factions](http://mcteam.org/factions)
+Read the full userguide here: [http://mcteam.org/factions](http://mcteam.org/factions)
The chat console command is:
@@ -18,8 +18,8 @@ The chat console command is:
This command has subcommands like:
-* `/f create My faction name`
-* `/f invite my friends name`
+* `/f create MyFactionName`
+* `/f invite MyFriendsName`
* `/f claim`
* `/f map`
* ... etc
@@ -35,19 +35,14 @@ Note that you may optionally skip the slash and just write
* `f`
Installing
----------
-1. Download the latest release: [https://github.com/oloflarsson/Factions/tree/master/releases](https://github.com/oloflarsson/Factions/tree/master/releases)
-1. Put the included gson.jar here `your_minecraft_server/gson.jar`
-1. Put the included Factions.jar here `your_minecraft_server/plugins/Factions.jar`
+----------
+1. Download the latest release: [https://github.com/oloflarsson/Factions/tree/master/releases](https://github.com/oloflarsson/Factions/tree/master/releases)
+1. Put Factions.jar in the plugins folder.
-Compiling
----------
-You will need the Bukkit library to compile (Bukkit.jar)
-You can download it here: [http://bamboo.lukegb.com/browse/BUKKIT-BUKKITMAIN/](http://bamboo.lukegb.com/browse/BUKKIT-BUKKITMAIN/)
+A default config file will be created on the first run.
-You will also need Google GSON in your build path.
-You can download it here: [http://code.google.com/p/google-gson/](http://code.google.com/p/google-gson/)
-OR you can use the file in this repo `/packaging/your_minecraft_server/gson.jar`
-However you won't get javadocs and source that way.
+License
+----------
+This project has a LGPL license just like the Bukkit project.
+This project uses [GSON](http://code.google.com/p/google-gson/) which has a [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0 ).
-You will need to include the MANIFEST.MF and plugin.yml in your jar. All bukkit plugins need a plugin.yml and the MANIFEST.MF is needed for the plugin to find the gson.jar (wich should be in the same folder as the main server jar when running the server).
\ No newline at end of file
diff --git a/packaging/your_minecraft_server/gson-license.txt b/gson-license.txt
similarity index 100%
rename from packaging/your_minecraft_server/gson-license.txt
rename to gson-license.txt
diff --git a/packaging/your_minecraft_server/gson.jar b/packaging/your_minecraft_server/gson.jar
deleted file mode 100644
index 4f797054..00000000
Binary files a/packaging/your_minecraft_server/gson.jar and /dev/null differ