Updating readme to use Heroku Toolbelt since the gem has been deprecated.

This commit is contained in:
Bradly Feeley
2012-12-01 18:06:46 -08:00
parent 34f7a42b51
commit 1c23740bc4

View File

@@ -61,10 +61,9 @@ app/controllers/preorder_controller.rb
### Deploying to Production
We recommend using Heroku, and we even include a ```Procfile``` for you. All you need to do is run:
We recommend using Heroku, and we even include a ```Procfile``` for you. All you need to do is first install the [Heroku Toolbelt](https://toolbelt.heroku.com) and then run:
```bash
gem install heroku
heroku create
git push heroku master
heroku run rake db:migrate