From 153e5f17e27879183d8fa5b78b058b1be3551f75 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 16 Dec 2024 16:48:05 -0600 Subject: [PATCH] chore: improve post installation instructions (#37) --- install.ps1 | 8 +++++--- install.sh | 7 ++++--- 2 files changed, 9 insertions(+), 6 deletions(-) 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 "