Commit bf7175e0c3ae56a1e034154c137c9de49f3034c8

Authored by Cyril Mougel
2 parents 0b34e1a5 c7cd36ca
Exists in master and in 1 other branch production

Merge pull request #513 from Florent2/patch-1

Tell to run `bundle` in the Heroku deploy instructions
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
README.md
... ... @@ -149,6 +149,8 @@ cap deploy:setup deploy
149 149 git clone http://github.com/errbit/errbit.git
150 150 ```
151 151 * Update `db/seeds.rb` with admin credentials for your initial login.
  152 +
  153 + * Run `bundle`
152 154  
153 155 * Create & configure for Heroku
154 156  
... ...