diff options
| author | tbuehlmann <tobias.buehlmann@gmx.de> | 2013-02-03 09:14:06 +0100 | 
|---|---|---|
| committer | tbuehlmann <tobias.buehlmann@gmx.de> | 2013-02-03 09:14:06 +0100 | 
| commit | eb57711fa1538d71dd9dba833089e8b07bd3cf45 (patch) | |
| tree | 253ff4f78dd3ffc425f7ed689690bf022b19c55b | |
| parent | 221168305c785bc0f349cfef17cce40bed10142f (diff) | |
README changes.
- Added instructions on how to install via Bundler.
- Using Markdown syntax.
| -rw-r--r-- | README.md | 8 | 
1 files changed, 5 insertions, 3 deletions
| @@ -1,5 +1,7 @@ -A simple Sinatra file upload application +# A simple Sinatra file upload application -Starting: +## Setup using [Bundler](http://gembundler.com/ "Bundler") +    $ bundle install -`$ rackup config.ru` +## Starting +    $ rackup config.ru | 
