From 365613ad2d6ef04a0eb6792839cd29523b246bb8 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 16 Dec 2024 16:41:34 -0600 Subject: [PATCH 1/2] chore: improve post installation instructions --- install.ps1 | 8 +++++--- install.sh | 7 ++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/install.ps1 b/install.ps1 index 145a4dc..77e5071 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 to login, run: -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..ff20fbd 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 to login, run: - shorebird --help + shorebird login For more information, visit: -https://docs.shorebird.dev/ +https://docs.shorebird.dev " From 8403981020105095091d8f3dca1156c289700c03 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 16 Dec 2024 16:42:40 -0600 Subject: [PATCH 2/2] tweak coppy --- install.ps1 | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.ps1 b/install.ps1 index 77e5071..48c7e99 100644 --- a/install.ps1 +++ b/install.ps1 @@ -101,7 +101,7 @@ Please restart your terminal to start using Shorebird. Write-Output @" To create an account, visit: https://console.shorebird.dev -Then to login, run: +Then login using: shorebird login diff --git a/install.sh b/install.sh index ff20fbd..a3cba7d 100755 --- a/install.sh +++ b/install.sh @@ -133,7 +133,7 @@ fi echo " To create an account, visit: https://console.shorebird.dev -Then to login, run: +Then login using: shorebird login