mirror of https://github.com/zmkfirmware/zmk.git
Update container.mdx for clarity about ZMK repo folder location (#2868)
This commit is contained in:
parent
f5a838b4bd
commit
5d9920406c
|
|
@ -8,9 +8,9 @@ import TabItem from "@theme/TabItem";
|
||||||
|
|
||||||
## Source Code
|
## Source Code
|
||||||
|
|
||||||
First, you'll need to clone the ZMK source repository if you haven't already.
|
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 you would like to place your `zmk`
|
Open a terminal and navigate to the folder on your local machine where you would like to place your `zmk`
|
||||||
directory in, then run the following command:
|
directory, then run the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/zmkfirmware/zmk.git
|
git clone https://github.com/zmkfirmware/zmk.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue