From 73332ac7d1de741583258c0189ee51fc87115875 Mon Sep 17 00:00:00 2001 From: Jure Grabnar Date: Thu, 1 Sep 2016 14:03:53 +0200 Subject: [PATCH] Update README.md with buildpacks info --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5998ec74..2339d7c5f 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,13 @@ Or create new heroku application by executing following command. heroku create ``` -Add graphviz buildpack: +Add additional heroku buildpacks in the same order as specified in `.buildpacks`: + +``` +heroku buildpacks:add --index +``` + +e.g. for adding graphviz write: ``` heroku buildpacks:add --index 2 https://github.com/weibeld/heroku-buildpack-graphviz.git