summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortbuehlmann <tobias.buehlmann@gmx.de>2013-02-03 09:36:09 +0100
committertbuehlmann <tobias.buehlmann@gmx.de>2013-02-03 09:36:09 +0100
commit6cb1b8d9f1447bad605bcecdab9bb0d5e5b2f123 (patch)
tree4b4f52fe16f198590f22e1f8facbe6ad7e8e383b
parent98bfd0502409f5b41975aae224d05296c0ea173b (diff)
Using bundle exec.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 54c2941..b42adfb 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,4 @@
$ bundle install
## Starting
- $ rackup config.ru
+ $ bundle exec rackup config.ru