Skip to content

Commit

Permalink
scripts: add a link to tilt.dev/subscribe to the install script (#4708)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks committed Jul 1, 2021
1 parent 10e8132 commit 2bf5a49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install.sh
Expand Up @@ -108,7 +108,9 @@ function version_check() {
echo "Perhaps you have a different program named tilt in your \$PATH?"
exit 1
else
echo "Tilt installed! Run \`tilt up\` to start."
echo "Tilt installed!"
echo "For the latest Tilt news, subscribe: https://tilt.dev/subscribe"
echo "Run \`tilt up\` to start."
fi
}

Expand Down

0 comments on commit 2bf5a49

Please sign in to comment.