summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortbuehlmann <tobias.buehlmann@gmx.de>2013-02-03 09:14:06 +0100
committertbuehlmann <tobias.buehlmann@gmx.de>2013-02-03 09:14:06 +0100
commiteb57711fa1538d71dd9dba833089e8b07bd3cf45 (patch)
tree253ff4f78dd3ffc425f7ed689690bf022b19c55b
parent221168305c785bc0f349cfef17cce40bed10142f (diff)
README changes.
- Added instructions on how to install via Bundler. - Using Markdown syntax.
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8976cd6..54c2941 100644
--- a/README.md
+++ b/README.md
@@ -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