@ -178,6 +179,20 @@ Homebrew is required to install the system dependencies. If you haven't done so,
@@ -178,6 +179,20 @@ Homebrew is required to install the system dependencies. If you haven't done so,
This setup leverages the same [image which is used by the GitHub action](https://github.com/zmkfirmware/zephyr-west-action) for local development. Beyond the benefits of [dev/prod parity](https://12factor.net/dev-prod-parity), this approach is also the easiest to set up. No toolchain or dependencies are necessary when using Docker; the container image you'll be using already has the toolchain installed and set up to use.
1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop) for your operating system.
3. Install the [Remote - Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
:::info
The docker container includes `west` and the compilation toolchain. If you're using docker and VS Code, you can skip right to [Source Code](#source-code).
:::
</TabItem>
</OsTabs>
@ -323,6 +338,11 @@ Please be sure to read the [additional setup instructions](https://docs.zephyrpr
@@ -323,6 +338,11 @@ Please be sure to read the [additional setup instructions](https://docs.zephyrpr
:::
</TabItem>
<TabItemvalue="docker">
You're already set up: the toolchain is installed and configured inside the docker container.