diff --git a/README.md b/README.md index a98e21a..58789a8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ Download and install the Heroku CLI. (brew install heroku or download pkg) * heroku git:remote -a obeder Deploy: + * heroku buildpacks:add heroku/nodejs + * heroku buildpacks:add heroku/ruby + * heroku config:set NPM_CONFIG_PRODUCTION=false + * heroku addons:create heroku-postgresql:hobby-dev * git push heroku master ## Add new user