Install the gem
$ sudo gem install merb --include-dependencies
Or install from source
If you feel like living on the edge, or you want to contribute with some code or documentation.
Check out the source
$ svn co http://svn.devjavu.com/merb/trunk merb
$ cd merb
Generate and install the gem
$ rake gem
$ sudo gem install pkg/merb-0.5.0.gem
Post Comments