Browse Source

Add error message if config not detected

Drashna Jaelre 6 năm trước cách đây
mục cha
commit
bcdd7735c8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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