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/)