From 2c0b9d4972b8fd624a90c7d999d9ec1c7c2fd64e Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Thu, 3 Nov 2016 12:52:18 -0400 Subject: [PATCH] Readme. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2566e52..55466d5 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,11 @@ username and password you provided. Snipt will work fine, but you will not receive any emails if there are server errors. If you would like to configure your instance to use a free Postmark addon, do -the following after deploying: +the following after deploying (you'll need the +[Heroku CLI](https://devcenter.heroku.com/articles/heroku-command-line)): -- `git clone https://github.com/nicksergeant/snipt.git` -- `cd snipt` -- `heroku git:remote -a ` -- `heroku addons:open postmark` -> use an email you control and confirm it -- `heroku config:add POSTMARK_EMAIL=` +- `heroku run -a addons:open postmark` -> use an email you control and confirm it +- `heroku config:add -a POSTMARK_EMAIL=` **Manual:**