diff --git a/README.md b/README.md index 70244259d8d32d1a6206f9899c517d79b8538fd6..69b50d0538b4edd99272d023c26a7611e5500dde 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Open the command line inside the folder with your program and run the following ```console $ heroku git:remote -a yourappname $ git push heroku master +$ heroku ps:scale worker=1 ``` You should also install the [Logentries addon](https://elements.heroku.com/addons/logentries) to notify yourself of errors or crashes.