diff options
author | Zach White <skullydazed@gmail.com> | 2021-05-08 12:25:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 12:25:04 -0700 |
commit | 3e9f809988d03036e712bc73237590653868f8ba (patch) | |
tree | eec52147da1e166c1593f6717e0309d168c80b58 /message.mk | |
parent | a8714447430aa800774d756c362e928b34add5ef (diff) | |
download | qmk_firmware-3e9f809988d03036e712bc73237590653868f8ba.tar.gz qmk_firmware-3e9f809988d03036e712bc73237590653868f8ba.zip |
fix some references to bin/qmk that slipped in (#12832)
Diffstat (limited to 'message.mk')
-rw-r--r-- | message.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/message.mk b/message.mk index c3f3919198..79d1957397 100644 --- a/message.mk +++ b/message.mk @@ -88,7 +88,7 @@ MSG_FILE_TOO_BIG = $(ERROR_COLOR)The firmware is too large!$(NO_COLOR) $(CURRENT MSG_FILE_TOO_SMALL = The firmware is too small! $(CURRENT_SIZE)/$(MAX_SIZE)\n MSG_FILE_JUST_RIGHT = The firmware size is fine - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n MSG_FILE_NEAR_LIMIT = The firmware size is approaching the maximum - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n -MSG_PYTHON_MISSING = $(ERROR_COLOR)ERROR:$(NO_COLOR) Can not run bin/qmk!\n\n\ +MSG_PYTHON_MISSING = $(ERROR_COLOR)ERROR:$(NO_COLOR) Can not run \"qmk\" command!\n\n\ Please run $(BOLD)util/qmk_install.sh$(NO_COLOR) to install all the dependencies QMK requires.\n\n MSG_FLASH_BOOTLOADER = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's bootloader is not specified or is not supported by the \":flash\" target at this time.\n\n MSG_FLASH_ARCH = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's architecture is not supported by the \":flash\" target at this time.\n\n |