Added Rick Osborne's super-easy gitflow installer oneliner to the project.
See the README file for instructions on how to use it.
diff --git a/README.mdown b/README.mdown
index 064e372..1576648 100644
--- a/README.mdown
+++ b/README.mdown
@@ -12,6 +12,12 @@
Installing git-flow
-------------------
+The easiest way to install git-flow is using Rick Osborne's excellent
+git-flow installer, which can be run using the following command:
+
+ $ wget -q -O - http://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh
+
+If you prefer a manual installation, please use the following instructions.
After downloading the sources from Github, also fetch the submodules:
$ git submodule init