Browse Source

Add error message if config not detected

pull/3625/head
Drashna Jaelre 5 years ago
committed by skullydazed
parent
commit
bcdd7735c8
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      util/qmk_install.sh

+ 2
- 0
util/qmk_install.sh View File

@ -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

Loading…
Cancel
Save