diff --git a/docs/docs/user-setup-cli.mdx b/docs/docs/user-setup-cli.mdx index 4112f8ab..2c92c790 100644 --- a/docs/docs/user-setup-cli.mdx +++ b/docs/docs/user-setup-cli.mdx @@ -168,7 +168,7 @@ To start building firmware for a new keyboard, run `zmk keyboard add`. Follow th You can then run `zmk code ` to open the keymap in a text editor. -This command reads from a local copy of ZMK to determine the supported keyboards. If the keyboard you want to use isn't listed, try running `zmk update` to update the local copy to the latest version of ZMK. If it still isn't listed, you may be able to find a [Zephyr module](#module-management) that provides it, you you may need to [create it yourself](#create-a-new-keyboard). +This command reads from a local copy of ZMK to determine the supported keyboards. If the keyboard you want to use isn't listed, try running `zmk update` to update the local copy to the latest version of ZMK. If it still isn't listed, you may be able to find a [Zephyr module](#module-management) that provides it, or you may need to [create it yourself](#create-a-new-keyboard). #### Remove a keyboard