summaryrefslogtreecommitdiff
path: root/installation.incl
blob: ad3e55c84e4d6cd2e970fd73edc92c69abb0f3bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<h2>Installation</h2>
<p>
The library can be installed via rubygems:
</p>
<pre>
# gem install [=@project_unixname]
</pre>
<p>
If you have to use the pure variant, you can use:
</p>
<pre>
# gem install [=@project_unixname]_pure
</pre>
<p>
The gem and the source archive can also be <a
href="[=@download_url]">downloaded</a> directly from rubyforge.org.
</p>