===== Using Rubygems ===== The simplest way to get Ramaze is to use the [[http://rubygems.org|Rubygems]] package manager: $ gem install ramaze ===== Using git ===== To get the latest Ramaze code from the git repository instead, read [[Contributing]]. Or, install the latest [[http://manveru.net/gems/ramaze-nightly/|Ramaze nightly gem]]: $ wget http://manveru.net/gems/ramaze-nightly/ramaze-nightly.gem $ gem install ramaze-nightly.gem Note: For Windows users, you may wish to install the win32console gem. This will both satisfy the warning generated by ramaze as well as give you pretty colors when you run your server. $ gem install win32console