README.md in reel-rack-0.0.1.pre2 vs README.md in reel-rack-0.0.1

- old
+ new

@@ -10,20 +10,42 @@ [reel]: https://github.com/celluloid/reel [celluloidio]: https://github.com/celluloid/celluloid-io ## Installation -Add this line to your application's Gemfile: +reel-rack can be installed with RubyGems: + gem install reel-rack + +Bundle it with your application by adding this to your Gemfile: + gem 'reel-rack' -And then execute: +## Usage - $ bundle +You should be able to launch any Rack-compatible under Reel with: -Or install it yourself as: + reel-rack - $ gem install reel-rack +By default reel-rack will launch on port 3000. You can specify a port with: -## Usage + reel-rack -p 9001 -TODO: Write usage instructions here +By default reel-rack will look for a config.ru file. You can specify any name +you want, though: + + reel-rack my_awesome_app.rb + +For additional help, run: + + reel-rack -h + +## Contributing + +* Fork this repository on Github +* Make your changes and send a pull request +* If your changes look good, we'll merge 'em + +## License + +Copyright (c) 2013 Tony Arcieri, Jonathan Stott. +Distributed under the MIT License. See LICENSE.txt for further details.