浏览代码

Add error message if config not detected

Drashna Jaelre 6 年之前
父节点
当前提交
bcdd7735c8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      util/qmk_install.sh

+ 2 - 0
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