summaryrefslogtreecommitdiff
path: root/docs/cli.md
diff options
context:
space:
mode:
authorxoedusk <xoedusk@gmail.com>2023-12-12 18:25:55 -0800
committerGitHub <noreply@github.com>2023-12-13 02:25:55 +0000
commitcf3c8a2138c2508af33fbf77e16cdeba0b6f86d6 (patch)
tree3ed364e9854e000c448953850f7a0ee2acc56a2b /docs/cli.md
parentd95182f5b5065948261c08e5515cb8eccd4bd8cc (diff)
Give definition of 'CLI' for new users (#22647)
Diffstat (limited to 'docs/cli.md')
-rw-r--r--docs/cli.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli.md b/docs/cli.md
index feb5458d39..0fa068dc7b 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -2,7 +2,7 @@
2 2
3## Overview :id=overview 3## Overview :id=overview
4 4
5The QMK CLI 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. 5The 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.
6 6
7### Requirements :id=requirements 7### Requirements :id=requirements
8 8