Skip to content
lukes edited this page May 4, 2011 · 1 revision

Installation

Rubygems

gem install herald

GitHub

git clone git://github.com/lukes/herald.git
gem build herald.gemspec
gem install herald-<version>.gem

Compatibility

Because Herald makes use of Ruby's Process.fork method, it only runs on *nix and Mac OS systems.