README.md in bukkit-1.0.1 vs README.md in bukkit-1.0.2
- old
+ new
@@ -1,10 +1,16 @@
Bukkit-CLI
======
-A command line wrapper for CraftBukkit.
+A Bukkit Server command line interface.
+##Features (see [commands](https://github.com/JesseHerrick/Bukkit-CLI/blob/master/README.md#commands) for more details)
+* Automatically creates a new server (your choice of build: rb, beta, or dev) with a simple command.
+* Plugin manager. No more downloading and copying files.
+* Update to the most recent build of your choice.
+* And much more!
+
##Getting Started
###Quick Start:
```terminal
~ $ gem install bukkit
@@ -14,11 +20,11 @@
###Commands:
__To View Command Options run:__ `bukkit [command] [options: --help, -h]`
`bukkit [--help, -h]` Display global help.
-`bukkit install` Install a new bukkit plugin.
+`bukkit install my-favorite-plugin` Install a new bukkit plugin.
`bukkit new my-awesome-server-name [options: --rb, --beta, --dev]` Create a new Bukkit server.
`bukkit start` Start your server.
@@ -32,5 +38,15 @@
* `2.0.0` (recommended!)
* `1.9.3` (go right ahead)
* `other versions` (may or may not work, if you find a bug though [report it!](https://github.com/JesseHerrick/bukkit/issues/new))
* [Java](http://java.com/en/download/manual.jsp)
* All Versions Allowed by [Bukkit](https://github.com/Bukkit/Bukkit).
+
+##Feature Requests:
+
+To file a feature request just create an issue [here.](https://github.com/JesseHerrick/Bukkit-CLI/issues/new) If your request makes sense (please write with the best grammar you can) then I'll get to work right away!
+
+##Contributing:
+
+To contribute to this awesome project just [fork it](https://github.com/JesseHerrick/Bukkit-CLI/fork) and send a [pull request](https://github.com/JesseHerrick/Bukkit-CLI/pulls).
+
+Please follow the [Ruby Styleguide](https://github.com/styleguide/ruby). If you have any questions please feel free to [email me.](mailto:school@jessegrant.net)