Sha256: 18e6c5b139577a2b62783a2ca6c8d4483b9e11449bf6af226bd7b25b4d57030c
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 KB
Contents
%#-- %# Copyright 2009 Suraj N. Kurapati %# See the LICENSE file for details. %#++ %|chapter "Setup" %|section "Requirements" Your system needs the following software to run <%= $project %>. | Software | Description | Notes | | -------- | ----------- | ----- | | [Ruby](http://ruby-lang.org) | Ruby language interpreter | Version 1.8.6, 1.8.7, and 1.9.1 have been tested successfully. | | [RubyGems](http://rubygems.org) | Ruby packaging system | Version 1.3.1 is required. | | [ruby-debug](http://www.datanoise.com/ruby-debug) | Interactive debugger | This is an _optional_ requirement; IRB will be used if this library is not available. | %|section "Installation" You can install <%= $project %> by running this command: gem install <%= $program %> If you want to develop <%= $project %>, run this command: gem install <%= $program %> --development
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dfect-1.0.0 | doc/setup.erb |