summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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