-
Notifications
You must be signed in to change notification settings - Fork 0
Home
gboyke edited this page Dec 10, 2012
·
3 revisions
Welcome to the Irwi wiki!
h2. Installation
Setup gemcutter as gem source:
@sudo gem install gemcutter@ @gem 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@