Commit ab6d6b747e9b7b435e0d39108e8f95a04d33a75c

Authored by Sergey Nartimov
2 parents befbf471 70d878b1
Exists in master and in 1 other branch production

Merge pull request #313 from Iristyle/patch-1

Upgrading was missing bundle install call
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
README.md
... ... @@ -311,6 +311,7 @@ When upgrading Errbit, please run:
311 311  
312 312 ```bash
313 313 git pull origin master # assuming origin is the github.com/errbit/errbit repo
  314 +bundle install
314 315 rake db:migrate
315 316 ```
316 317  
... ...