Skip to content

Commit 81fec2e

Browse files
committed
set buildpacks command instead of addding config var
1 parent e0c976f commit 81fec2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $> git add -A .
3535
$> git commit -am "first commit"
3636
$> heroku create myfirstdartappforheroku
3737
$> heroku config:set DART_SDK_URL=<archive url>
38-
$> heroku config:add BUILDPACK_URL=https://github.com/igrigorik/heroku-buildpack-dart.git
38+
$> heroku buildpacks:set https://github.com/igrigorik/heroku-buildpack-dart.git
3939
```
4040

4141
Push the app to Heroku. Learn more about [deploying to Heroku with git][deploy].

0 commit comments

Comments
 (0)