From bb75a406270ffa80a9271d71837a745a572becbf Mon Sep 17 00:00:00 2001 From: Gustavo Hoirisch Date: Wed, 26 Apr 2017 11:53:33 +1000 Subject: [PATCH] set buildpacks command instead of addding config var --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7624822..cb81e89 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ $> git init $> git add -A . $> git commit -am "first commit" $> heroku create myfirstdartappforheroku -$> heroku config:set DART_SDK_URL= +$> heroku buildpacks:set https://github.com/igrigorik/heroku-buildpack-dart.git $> heroku config:add BUILDPACK_URL=https://github.com/igrigorik/heroku-buildpack-dart.git ```