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