Skip to content

Commit e28617a

Browse files
committed
fix(cli): correct manual setup guide for bash/zsh during install
1 parent 036bae1 commit e28617a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/cli/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,8 @@ WRAPPER_EOF
10431043
echo -e " vp was installed to: ${BOLD}${display_location}${NC}"
10441044
echo ""
10451045
echo " Manual setup instructions:"
1046-
echo " - Bash/Zsh: add \"$INSTALL_DIR_REF_POSIX/env\" to your shell config (~/.bashrc, ~/.zshrc, etc.)"
1046+
echo " - Bash/Zsh: add the following to your shell config (~/.bashrc, ~/.zshrc, etc.):"
1047+
echo " . \"$INSTALL_DIR_REF_POSIX/env\""
10471048
echo " - Fish: create ${XDG_CONFIG_HOME:-$HOME/.config}/fish/conf.d/vite-plus.fish with:"
10481049
echo " source \"$INSTALL_DIR_REF_POSIX/env.fish\""
10491050
echo " - Nushell: create a vendor autoload file with:"

0 commit comments

Comments
 (0)