diff options
author | tbuehlmann <tobias.buehlmann@gmx.de> | 2013-02-03 09:36:09 +0100 |
---|---|---|
committer | tbuehlmann <tobias.buehlmann@gmx.de> | 2013-02-03 09:36:09 +0100 |
commit | 6cb1b8d9f1447bad605bcecdab9bb0d5e5b2f123 (patch) | |
tree | 4b4f52fe16f198590f22e1f8facbe6ad7e8e383b | |
parent | 98bfd0502409f5b41975aae224d05296c0ea173b (diff) |
Using bundle exec.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ $ bundle install ## Starting - $ rackup config.ru + $ bundle exec rackup config.ru |