Skip to content

Commit 774eb3d

Browse files
committed
set buildpacks command instead of addding config var
1 parent e0c976f commit 774eb3d

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
@@ -34,7 +34,7 @@ $> git init
3434
$> git add -A .
3535
$> git commit -am "first commit"
3636
$> heroku create myfirstdartappforheroku
37-
$> heroku config:set DART_SDK_URL=<archive url>
37+
$> heroku buildpacks:set https://github.com/igrigorik/heroku-buildpack-dart.git
3838
$> heroku config:add BUILDPACK_URL=https://github.com/igrigorik/heroku-buildpack-dart.git
3939
```
4040

0 commit comments

Comments
 (0)