Skip to content

Commit

Permalink
Gitnesse executable doesn't require path to config file anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stewart committed Dec 5, 2012
1 parent a2b775e commit fd6ed87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ <h2>Usage in Sinatra</h2>

<section id="section-usage-other">
<h2>Other usage</h2>
<p>Want to use plain old Gitnesse? There is an executable that requires the path to the configuration file:</p>
<pre><code>$ GITNESSE_CONFIG='./gitnesse_config.rb' gitnesse</code></pre>
<p>Want to use plain old Gitnesse? There is an executable, if you're allergic to rake tasks:</p>
<pre><code>$ gitnesse</code></pre>
</section>

<section id="section-more-info">
Expand Down

0 comments on commit fd6ed87

Please sign in to comment.