mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Update container.mdx for clarity about ZMK repo folder location (#2868)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user