Skip to content

Commit

Permalink
Update README to include instructions to run app
Browse files Browse the repository at this point in the history
It's a little unclear that to get the app running correctly
one must run `rackup` instead of the usual Sinatra way of
running `ruby my_app.rb` so I'm hoping this will help :)
  • Loading branch information
Todd Hainsworth committed Nov 8, 2015
1 parent 7b19c24 commit 606930a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,11 @@ App using Redis, RVM, and Git repo

hazel my_app --redis --rvm --git-repo

After Hazel is done generating an app, you can `cd` into your apps
directory and `rackup`

cd my_app; rackup

## Architecture

The template autoloads files in config/initializers and
Expand Down

0 comments on commit 606930a

Please sign in to comment.