summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/qmk_install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/qmk_install.sh b/util/qmk_install.sh
index dcfa894b9..fede835db 100755
--- a/util/qmk_install.sh
+++ b/util/qmk_install.sh
@@ -13,4 +13,6 @@ case $(uname) in
MSYS_NT*|MINGW64_NT*|MINGW32_NT*)
exec "${util_dir}/msys2_install.sh"
;;
+ *)
+ echo "Environment not support. Pleas see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools"
esac