]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - util/qmk_install.sh
Keyboard: Fix the LAYOUT_iso macro for tada68 (#3943)
[qmk_firmware.git] / util / qmk_install.sh
index fefbc6f861c6b391f3a7939d0df746533f07c5f1..6f35e4c71b9f4f8de64ed2601ccd45c9b0133df3 100755 (executable)
@@ -17,5 +17,6 @@ case $(uname -a) in
                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"
+    echo "Environment not supported. Please see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools manually."
+  ;;
 esac