Skip to content

Commit

Permalink
Updated development instructions to be based around Bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
auxesis committed Jan 25, 2011
1 parent 6121e9a commit 71820d2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Expand Up @@ -136,21 +136,22 @@ Check out the code with:

$ git clone git://github.com/auxesis/visage.git

Install the development dependencies with
Install the development dependencies with:

$ gem install shotgun rack-test rspec cucumber webrat
$ gem install bundler
$ bundle install

And run the app with:
Run all cucumber features:

$ shotgun visage.rb
$ rake cucumber

Create and install a new gem from the current source tree:
And run the app with:

$ rake install
$ shotgun lib/visage-app/config.ru

Run all cucumber features:
To create and install a new gem from the current source tree:

$ rake cucumber
$ rake install

Licencing
---------
Expand Down

0 comments on commit 71820d2

Please sign in to comment.