Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
"@
7 changes: 4 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
Loading