From b152e0d3e8a98178b4fd7a90fe78bd2483f2dbed Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:38:46 -0800 Subject: [PATCH] Add CLI installation instructions to deploy output --- scripts/deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 2e20b09..2070591 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -59,3 +59,7 @@ SCRIPT echo "=> Deployed to $SSH_HOST" echo "=> Visit $URL" +echo "" +echo " Install the CLI on your local machine:" +echo " curl -fsSL $URL/install | bash" +echo ""