Skip to content

Commit

Permalink
install: include shell setup instructions in the install script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Jan 6, 2024
1 parent 7914b40 commit dca43eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ esac


if command -v savvy >/dev/null; then
echo "Run 'savvy help' to get started"
echo
echo "Run the following to finish setting up savvy:"
echo 'echo "eval $(savvy init zsh)" >> ~/.zshrc'
echo
echo "Run 'savvy help' to learn more or checkout our docs at https://github.com/getsavvyinc/savvy-cli"
fi

echo
Expand Down

0 comments on commit dca43eb

Please sign in to comment.