Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Rose committed May 17, 2013
1 parent 48eea60 commit 7937773
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Expand Up @@ -23,11 +23,14 @@ All of the example projects and the bare bones project are set up with:

To get up and running all that should be needed is to install the Ruby gem
Bundler if up don't already have it installed then run:
- $ bundle install

That should install everything that is need for the app to run. To start it
run:
- $ shotgun

$ bundle install

That should install everything that is need for the app to run. To start it run:


$ shotgun


Update the config.ru file to change Shotgun settings. Likewise /config/deploy.rb for the Vlad settings and
Gemfile for your bundler install settings
Expand Down

2 comments on commit 7937773

@syntacticsugar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a really cool resource for me. TY!

@ghostandthemachine
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

np ;)

Please sign in to comment.