diff --git a/cli/app.php b/cli/app.php index 2c6ff879d..ba3215284 100644 --- a/cli/app.php +++ b/cli/app.php @@ -424,8 +424,9 @@ function (ConsoleCommandEvent $event) { } if (! Ngrok::installed()) { + info("\nIn order to share with ngrok, you'll need a version\nof ngrok installed and managed by Homebrew."); $helper = $this->getHelperSet()->get('question'); - $question = new ConfirmationQuestion('Would you like to install ngrok now? [y/N] ', false); + $question = new ConfirmationQuestion('Would you like to install ngrok via Homebrew now? [y/N] ', false); if (false === $helper->ask($input, $output, $question)) { info('Proceeding without installing ngrok.');