We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the Irwi wiki!
h2. Installation
Setup gemcutter as gem source:
@sudo gem install gemcutter@ @sudo gem install tumble@
And install irwi gem (recommended):
sudo gem install irwi
And add to your environment.rb:
@config.gem "irwi", :source => "http://gemcutter.org"@
Or in your application directory call:
@script/plugin install git://github.com/alno/irwi@
In order to generate wiki in application directory call:
@script/generate irwi_wiki@