From da0a67c159cd117a691cd920b5cdd2c9c3047c86 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 4 Mar 2026 11:56:47 -0800 Subject: [PATCH] Add post-install success message with CLI hint --- install/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/install.sh b/install/install.sh index f4cccd6..d4ed157 100644 --- a/install/install.sh +++ b/install/install.sh @@ -112,3 +112,6 @@ echo "" echo " toes $VERSION is running!" echo " http://$(hostname).local" echo "" +echo " Install the CLI on your local machine:" +echo " curl -fsSL http://$(hostname).local/install | bash" +echo ""