diff --git a/install.ps1 b/install.ps1 index 145a4dc..48c7e99 100644 --- a/install.ps1 +++ b/install.ps1 @@ -100,9 +100,11 @@ Please restart your terminal to start using Shorebird. } Write-Output @" -To get started, run the following command: +To create an account, visit: https://console.shorebird.dev +Then login using: -shorebird --help + shorebird login -For more information, visit https://docs.shorebird.dev +For more information, visit: +https://docs.shorebird.dev "@ diff --git a/install.sh b/install.sh index 6523508..a3cba7d 100755 --- a/install.sh +++ b/install.sh @@ -132,10 +132,11 @@ Close and reopen your terminal to start using Shorebird or run the following com fi echo " -To get started, run the following command: +To create an account, visit: https://console.shorebird.dev +Then login using: - shorebird --help + shorebird login For more information, visit: -https://docs.shorebird.dev/ +https://docs.shorebird.dev "