README.textile in endymion-origami-0.1.4 vs README.textile in endymion-origami-0.1.5

- old
+ new

@@ -117,10 +117,18 @@ Origami is a Rails engine. It works with versions of Rails greater than 2.3. It will not work with previous version of Rails because they will not import the layout templates from app/views/layouts in Origami. It may be possible to make Origami work with the Rails Engine plugin, but currently it only works with Rails 2.3. h2. Install +h3. As a Rails plugin + + script/plugin install git://github.com/endymion/origami.git + +h3. As a Ruby Gem + +I would really like to know why this method of installing it as a gem doesn't work? + In config/environment.rb: config.gem "endymion-origami", :lib => 'origami', :source => 'http://gems.github.com', @@ -130,11 +138,6 @@ rake gems:install rake gems:unpack Note: the unpack step is required because this gem is a Rails Engine plugin. - -Or, if you prefer to install it as a plugin: - - script/plugin install git://github.com/endymion/origami.git -