From 4a4c33083217e6142f364a902095ed1870792dc8 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Sat, 30 Sep 2017 06:33:14 +0600 Subject: [PATCH] Update Heroku instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 599aff89..13088c28 100644 --- a/README.md +++ b/README.md @@ -102,10 +102,10 @@ However, you can do it manually with a few steps: ```bash $ git clone https://github.com/DarthSim/imgproxy.git && cd imgproxy -$ heroku git:remote -a your-application -$ heroku config:set BUILDPACK_URL=https://github.com/DarthSim/heroku-buildpack-imgproxy.git \ - IMGPROXY_KEY=$YOUR_KEY \ - IMGPROXY_SALT=$YOUR_SALT +$ heroku create your-application +$ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-apt +$ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-go +$ heroku config:set IMGPROXY_KEY=$YOUR_KEY IMGPROXY_SALT=$YOUR_SALT $ git push heroku master ```