~ruther/qmk_firmware

bcdd7735c8fca998d7d609ebb4be22ee29b6e340 — Drashna Jaelre 7 years ago 99cb107
Add error message if config not detected
1 files changed, 2 insertions(+), 0 deletions(-)

M util/qmk_install.sh
M util/qmk_install.sh => util/qmk_install.sh +2 -0
@@ 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