zilverline/sequent

Printed message after generating app misses `bundle install`

lvonk opened this issue · 0 comments

lvonk commented

After generating a newapp it says:

To finish setting up your app:
  cd invoicing
  bundle exec rake sequent:db:create
  bundle exec rake sequent:db:create_view_schema
  bundle exec rake sequent:migrate:online
  bundle exec rake sequent:migrate:offline

This should be

To finish setting up your app:
  cd invoicing
  bundle install
  bundle exec rake sequent:db:create
  bundle exec rake sequent:db:create_view_schema
  bundle exec rake sequent:migrate:online
  bundle exec rake sequent:migrate:offline