doc/setup.erb in inochi-0.2.0 vs doc/setup.erb in inochi-0.3.0

- old
+ new

@@ -1,21 +1,20 @@ <% chapter "Setup" do %> <% section "Requirements" do %> Your system needs the following software to run **<%= $project %>**. - | Software | Description | Notes | - | -------- | ----------- | ----- | - | [Ruby](http://ruby-lang.org) | Ruby language interpreter | Version 1.8.6 or 1.8.7 is required. | - | [RubyGems](http://rubygems.org) | Ruby packaging system | Version 1.x.x is required. | - | [<%= ERBook::PROJECT %>](<%= ERBook::WEBSITE %>) | <%= ERBook::TAGLINE %> | Version <%= ERBook::VERSION.series %> is required. | - | [Lynx](http://lynx.isc.org) | Text-mode web browser | Version 2.8.6 or newer is required to convert HTML into plain text. | + | Software | Description | Notes | + | -------- | ----------- | ----- | + | [Ruby](http://ruby-lang.org) | Ruby language interpreter | Version 1.8.6 or 1.8.7 is required. | + | [RubyGems](http://rubygems.org) | Ruby packaging system | Version 1.x.x is required. | + | [Lynx](http://lynx.isc.org) | Text-mode web browser | Version 2.8.6 or newer is required to convert HTML into plain text. | <% end %> <% section "Installation" do %> You can install **<%= $project %>** by running this command: - gem install <%= ERBook::PROGRAM %> <%= $program %> + gem install -f <%= $program %> To check whether the installation was sucessful, run this command: <%= $program %> --version @@ -44,9 +43,11 @@ * <tt>doc/</tt> * <tt>api/</tt> --- API reference documentation. * <tt>index.erb</tt> --- source of this user manual. + + * <tt>lang/</tt> --- translations of language phrases. * <tt>LICENSE</tt> --- copyright notice and legal conditions. <% end %> <% end %>