Getting FubuMVC from github and building it from the command line

Documentation on new and upcoming projects is sometimes a bit sparse, here a first contribution to FubuMVC: The bare beginnings.

If you have ruby 1.9.x you should ensure that rubyzip 0.9.4 is installed.

and

If you are e.g. logged in with a domain user at home it can be that your HOMEDRIVE and HOMEPATH environment vars point to a non-existing path. Even though ruby installs nothing there by default, it bombs out nonetheless if the home drive cannot be reached. Bail-out here is to define a HOME variable and let it point to e.g. %USERPROFILE%