diff --git a/install.sh b/install.sh index e47d5ba..35b8dc4 100755 --- a/install.sh +++ b/install.sh @@ -153,8 +153,11 @@ check_path() { echo " Add this to your ~/.bashrc or ~/.zshrc:" echo " export PATH=\"\$HOME/.local/bin:\$PATH\"" echo "" + echo " Then reload your shell:" + echo " source ~/.bashrc" + echo "" else - success "\$PATH is superfine" + success "\$PATH is superfine" fi }