We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c976f commit 81fec2eCopy full SHA for 81fec2e
README.md
@@ -35,7 +35,7 @@ $> git add -A .
35
$> git commit -am "first commit"
36
$> heroku create myfirstdartappforheroku
37
$> heroku config:set DART_SDK_URL=<archive url>
38
-$> heroku config:add BUILDPACK_URL=https://github.com/igrigorik/heroku-buildpack-dart.git
+$> heroku buildpacks:set https://github.com/igrigorik/heroku-buildpack-dart.git
39
```
40
41
Push the app to Heroku. Learn more about [deploying to Heroku with git][deploy].
0 commit comments