QMK CLI
Overview
The QMK CLI (command line interface) makes building and working with QMK keyboards easier. We have provided a number of commands to simplify and streamline tasks such as obtaining and compiling the QMK firmware, creating keymaps, and more.
Installation
The recommended way to install the QMK CLI and all necessary dependencies (toolchains, flashing utilities, udev rules on Linux) is to use the bootstrapper script:
curl -fsSL https://install.qmk.fm | shFor more options, run:
curl -fsSL https://install.qmk.fm | sh -s -- --helpFor detailed setup instructions, see Setting Up Your QMK Environment.