Skip to content

Commit

Permalink
Add installation and usage instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Hurtado committed Oct 15, 2012
1 parent d7ebdc1 commit f984fd4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,9 +17,21 @@ Or install it yourself as:


$ gem install gitnesse $ gem install gitnesse


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"
end

## Usage ## Usage


TODO: Write usage instructions here For Rails 3 there is rake task:

$ rake gitnesse

There is also available an executable that requires the path to the configuration file:

$ CONFIG='./gitnesse_config.rb' gitnesse


## Contributing ## Contributing


Expand Down

0 comments on commit f984fd4

Please sign in to comment.