From bc18a6fd0939fbc0cff7ba9806b8698b2aebb3c0 Mon Sep 17 00:00:00 2001 From: Nicholas J Humfrey Date: Tue, 28 Dec 2010 17:01:44 +0000 Subject: [PATCH] Added a note about using shotgun during development --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 1bda1f5..60409b4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,6 +13,10 @@ Start the application: bundle exec rackup -p 4567 +Or use shotgun, which causes the app to reload after every request: + + bundle exec shotgun -p 4567 + Visit the application in your browser at: [http://localhost:4567/](http://localhost:4567/)