examples/rango/README.textile in pupu-0.0.5.5 vs examples/rango/README.textile in pupu-0.1.pre

- old
+ new

@@ -1,5 +1,7 @@ -h1. Merb Example +h1. Rango Example -* @gem bundle@ (you have to have bundler 0.7.2 installed) -* Run with @./bin/merb -a webrick@ (will start at @http://localhost:4000@) -* Specs: @./bin/spec spec/application_spec.rb --colour@ +* Dependencies for running: @rango@, @usher@, @haml@ +* Run with @./config.ru@ (will start at @http://localhost:4000@) + +* Dependencies for testing: @rspec@, @webrat@, @rack-test@ +* Specs: @spec spec/pupu_spec.rb --colour@