From 5d9920406c662608aecdb486e5a299fdea93a478 Mon Sep 17 00:00:00 2001 From: idesignstuff Date: Mon, 10 Mar 2025 23:52:30 -0500 Subject: [PATCH] Update container.mdx for clarity about ZMK repo folder location (#2868) --- docs/docs/development/local-toolchain/setup/container.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/development/local-toolchain/setup/container.mdx b/docs/docs/development/local-toolchain/setup/container.mdx index bd0e4e827..11b04a322 100644 --- a/docs/docs/development/local-toolchain/setup/container.mdx +++ b/docs/docs/development/local-toolchain/setup/container.mdx @@ -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