Add post-install success message with CLI hint

This commit is contained in:
Chris Wanstrath 2026-03-04 11:56:47 -08:00
parent 845479fa91
commit da0a67c159

View File

@ -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 ""