Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
fix bad Gemfile instructions in README.rdoc
Browse files Browse the repository at this point in the history
fixes gh-20
  • Loading branch information
jmettraux committed Aug 1, 2012
1 parent 55bf536 commit 397238b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Expand Up @@ -40,9 +40,9 @@ Have a look at the Gemfile if you want to see the various dependencies.
$ mkdir my-ruote-kit && cd my-ruote-kit
* There are two files needed in that directory: Gemfile and config.ru
* Gemfile
source :gemcutter
gem 'ruote', '~> 2.2.0'
gem 'ruote-kit', '~> 2.2.0'
source :rubygems
gem 'ruote', :git => 'git://github.com/jmettraux/ruote.git'
gem 'ruote-kit', :git => 'git://github.com/kennethkalmer/ruote.git'
* config.ru
begin
# Try to require the preresolved locked set of gems.
Expand Down

0 comments on commit 397238b

Please sign in to comment.