Update the example of config.ru in the README

This commit is contained in:
uk-ar
2013-03-26 04:25:53 +09:00
parent b42db1c7c1
commit dac1268266
+1 -1
View File
@@ -586,7 +586,7 @@ like Rack::Auth, OmniAuth, etc.
```ruby
#!/usr/bin/env ruby
require 'rubygems'
require 'gollum/frontend/app'
require 'gollum/app'
gollum_path = File.expand_path(File.dirname(__FILE__)) # CHANGE THIS TO POINT TO YOUR OWN WIKI REPO
Precious::App.set(:gollum_path, gollum_path)