Skip to content

Commit

Permalink
Added missing bundler step to Vagrant quickstart (closes #70)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Apr 8, 2015
1 parent 6d36ac9 commit 10c32a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -20,6 +20,7 @@ Assuming git, **[Vagrant] [vagrant-install]** and **[VirtualBox] [virtualbox-ins
host$ cd snowplow-ruby-tracker
host$ vagrant up && vagrant ssh
guest$ cd /vagrant
guest$ gem install bundler
guest$ bundle install
guest$ rspec
```
Expand Down

0 comments on commit 10c32a3

Please sign in to comment.