Skip to content

Commit

Permalink
. up to date installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
kschiess committed Mar 5, 2012
1 parent 3839c7b commit 1a11832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .source/install.textile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Install
---

Parslet is at version _1.2.3_.
Parslet is at version _1.3.0_.

*Rubygems*

Expand All @@ -14,7 +14,7 @@ gem install parslet
*Bundler*

{% highlight bash %}
gem 'parslet', '~> 1.2'
gem 'parslet', '~> 1.3'
{% endhighlight %}

or if you want to track the edge:
Expand Down
4 changes: 2 additions & 2 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
</div>
<div class="content">
<h1>Install</h1>
<p>Parslet is at version <em>1.2.3</em>.</p>
<p>Parslet is at version <em>1.3.0</em>.</p>
<p><strong>Rubygems</strong></p>
<div class="highlight"><pre><code class="bash">
gem install parslet
</code></pre>
</div><p><strong>Bundler</strong></p>
<div class="highlight"><pre><code class="bash">
gem <span class="s1">&#39;parslet&#39;</span>, <span class="s1">&#39;~&gt; 1.2&#39;</span>
gem <span class="s1">&#39;parslet&#39;</span>, <span class="s1">&#39;~&gt; 1.3&#39;</span>
</code></pre>
</div><p>or if you want to track the edge:</p>
<div class="highlight"><pre><code class="bash">
Expand Down

0 comments on commit 1a11832

Please sign in to comment.