Skip to content
mkeen edited this page Apr 8, 2012 · 3 revisions

Rubinius or JRuby are required. If using JRuby, you will need to run gem install "rubinius-actor" before following the instructions below.

Noise is not submitted to any gem repository. In order to install Noise, you'll have to perform the following steps.

git clone git@github.com:mkeen/Noise.git  
cd git  
gem build noise.gemspec  
gem install Noise-0.0.1.gem  
Clone this wiki locally