aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/qmk_install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/qmk_install.sh b/util/qmk_install.sh
index fefbc6f86..6f35e4c71 100755
--- a/util/qmk_install.sh
+++ b/util/qmk_install.sh
@@ -17,5 +17,6 @@ case $(uname -a) in
17 exec "${util_dir}/msys2_install.sh" 17 exec "${util_dir}/msys2_install.sh"
18 ;; 18 ;;
19 *) 19 *)
20 echo "Environment not support. Pleas see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools" 20 echo "Environment not supported. Please see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools manually."
21 ;;
21esac 22esac