We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6805a commit 09035a0Copy full SHA for 09035a0
1 file changed
docs/install.sh
@@ -79,7 +79,7 @@ select_mode() {
79
echo -e " ${BOLD}[2]${NC} ${CYAN}Link${NC} - Add as git submodule (get upstream updates)"
80
echo " Recommended for active development"
81
echo ""
82
- echo -e "Enter choice [1]: "
+ echo -ne "Enter choice [1]: "
83
read -r choice
84
mode="${choice:-1}"
85
0 commit comments