浏览代码

Wording changes for the WSL install script

Rob Rogers 7 年之前
父节点
当前提交
7bcf3e2781
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      util/wsl_install.sh

+ 2 - 2
util/wsl_install.sh

@@ -51,7 +51,7 @@ popd
 echo 
 echo 
 echo "Creating a softlink to the utils directory as ~/qmk_utils."
 echo "Creating a softlink to the utils directory as ~/qmk_utils."
 echo "This is needed so that the the make system can find all utils it need."
 echo "This is needed so that the the make system can find all utils it need."
-read -p "Press any key to continue (ctrl-c to abort)"
+read -p "Press enter to continue (ctrl-c to abort)"
 ln -sfn "$dir" ~/qmk_utils
 ln -sfn "$dir" ~/qmk_utils
 
 
 if grep "^source ~/qmk_utils/activate_wsl.sh$" ~/.bashrc
 if grep "^source ~/qmk_utils/activate_wsl.sh$" ~/.bashrc
@@ -91,7 +91,7 @@ done
 echo
 echo
 echo "******************************************************************************"
 echo "******************************************************************************"
 echo "Installation completed!"
 echo "Installation completed!"
-echo "You need to open a new batch command prompt for all the utils to work properly"
+echo "You need to open a new bash command prompt for all the utils to work properly"
 echo "******************************************************************************"
 echo "******************************************************************************"
 
 
 popd > /dev/null
 popd > /dev/null