Update container.mdx for clarity about ZMK repo folder location (#2868)

This commit is contained in:
idesignstuff 2025-03-10 23:52:30 -05:00 committed by GitHub
parent f5a838b4bd
commit 5d9920406c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ import TabItem from "@theme/TabItem";
## Source Code
First, you'll need to clone the ZMK source repository if you haven't already.
Open a terminal and navigate to the folder you would like to place your `zmk`
directory in, then run the following command:
First, you'll need to clone the ZMK source repository into your local file system if you haven't already.
Open a terminal and navigate to the folder on your local machine where you would like to place your `zmk`
directory, then run the following command:
```sh
git clone https://github.com/zmkfirmware/zmk.git