From: Drashna Jaelre Date: Sat, 11 Aug 2018 19:52:09 +0000 (-0700) Subject: Add error message if config not detected X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=commitdiff_plain;h=bcdd7735c8fca998d7d609ebb4be22ee29b6e340 Add error message if config not detected --- 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