Skip to content

Commit

Permalink
README update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Hurtado committed Oct 29, 2012
1 parent 541198b commit 1647b08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ Or install it yourself as:
For Rails 3, create an initializer file config/initializer/gitnesse.rb like this:

Gitnesse.config do |config|
config.repository_url = "git@github.com:luishurtado/gitnesse-wiki.git"
config.repository_url = "git@github.com:luishurtado/gitnesse-wiki.wiki"
end

## Usage

For Rails 3 there is rake task:
For Rails 3 there is a rake task:

$ rake gitnesse

There is also available an executable that requires the path to the configuration file:
Not Rails 3 ? There is available an executable that requires the path to the configuration file:

$ CONFIG='./gitnesse_config.rb' gitnesse

Expand Down

0 comments on commit 1647b08

Please sign in to comment.