Skip to content

Commit 160a417

Browse files
committed
Refer to Heroku Toolbelt as Heroku CLI
...because that's what Heroku calls it, these days Fixes railsbridge#598
1 parent cbabbc5 commit 160a417

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

sites/en/installfest/create_a_heroku_account.step

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,20 @@ step "Activate your account" do
1616

1717
end
1818

19-
step "Install the Heroku toolbelt" do
19+
step "Install the Heroku CLI" do
2020

21-
message "Visit https://toolbelt.heroku.com/, click the download link, and install."
21+
message "Visit https://devcenter.heroku.com/articles/heroku-cli and follow the instructions relevant to your operating system. Afterwards:"
2222

2323
verify do
2424
console "heroku version"
2525
fuzzy_result <<-TEXT
26-
heroku-toolbelt/{FUZZY}3.30.6 (x86_64-darwin10.8.0) ruby/1.9.3{/FUZZY}
26+
{FUZZY}heroku-toolbelt/3.30.6 (x86_64-darwin10.8.0) ruby/1.9.3{/FUZZY}
27+
heroku-cli{FUZZY}/5.6.8-9647e01 (darwin-amd64) go1.7.4{/FUZZY}
2728
{FUZZY}You have no installed plugins.{/FUZZY}
2829
TEXT
2930
end
30-
message "Windows users, if `heroku version` doesn't work, open a new terminal window after the heroku installer has finished."
31+
message "The output could be different, depending on whether this is the first time you've installed the Heroku CLI, but it should always have `heroku-cli` in it."
32+
message "If `heroku version` doesn't work, try the command again in a new terminal window."
3133
end
3234

3335
step "Add your SSH key to your Heroku account" do

0 commit comments

Comments
 (0)