diff options
Diffstat (limited to 'bin/qmk')
-rwxr-xr-x | bin/qmk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ def main(): | |||
75 | os.environ['ORIG_CWD'] = os.getcwd() | 75 | os.environ['ORIG_CWD'] = os.getcwd() |
76 | os.chdir(qmk_dir) | 76 | os.chdir(qmk_dir) |
77 | 77 | ||
78 | print('Warning: The bin/qmk script is being deprecated. Please install the QMK CLI: python3 -m pip install qmk', file=sys.stderr) | ||
79 | |||
78 | # Import the subcommands | 80 | # Import the subcommands |
79 | import qmk.cli # noqa | 81 | import qmk.cli # noqa |
80 | 82 | ||