README.md in hudson-0.3.0 vs README.md in hudson-0.3.1
- old
+ new
@@ -1,14 +1,13 @@
Hudson
======
-Hudson is a sweet continuous integration platform. Hudson.rb makes it easy
-to bundles all the things you need to easily run a hudson server from Ruby,
-as well as talk to a running hudson servers from Ruby and the command line.
+[Hudson CI](http://hudson-ci.org/) is a sweet continuous integration platform. Hudson.rb makes it easy to get started, add/remove Ruby jobs and slave nodes; either from a CLI or an API.
* Email: [http://groups.google.com/group/hudsonrb](http://groups.google.com/group/hudsonrb)
* IRC: [irc://irc.freenode.net/hudson.rb](irc://irc.freenode.net/hudson.rb)
+ * CI: [http://hudson.thefrontside.net/job/hudson.rb/](http://hudson.thefrontside.net/job/hudson.rb/)
Install
=======
gem install hudson
@@ -84,10 +83,9 @@
--slave-port [22] SSH port for Hudson to connect to slave node
--label [LABEL] Labels for a job --assigned_node to match against to select a slave. --master-key [MASTER-KEY] Location of master public key or identity file
--slave-fs [SLAVE-FS] Location of file system on slave for Hudson to use
--name [NAME] Name of slave node (default SLAVE_HOST)
--slave-user [deploy] SSH user for Hudson to connect to slave node
-
### Selecting a Hudson CI server
**For all client-side commands, there are `--host` and `--port` options flags.** These are cached after first used, so are only required for the first request to a Hudson CI server. For example:
\ No newline at end of file