Skip to content

Commit d1967bb

Browse files
committed
Clarify we need a Homebrew-managed version of ngrok.
Closes #1373
1 parent 866bc7e commit d1967bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/app.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,9 @@ function (ConsoleCommandEvent $event) {
424424
}
425425

426426
if (! Ngrok::installed()) {
427+
info("\nIn order to share with ngrok, you'll need a version\nof ngrok installed and managed by Homebrew.");
427428
$helper = $this->getHelperSet()->get('question');
428-
$question = new ConfirmationQuestion('Would you like to install ngrok now? [y/N] ', false);
429+
$question = new ConfirmationQuestion('Would you like to install ngrok via Homebrew now? [y/N] ', false);
429430

430431
if (false === $helper->ask($input, $output, $question)) {
431432
info('Proceeding without installing ngrok.');

0 commit comments

Comments
 (0)