Skip to content

Commit

Permalink
docs(setup): replace zephyr-west-action with zmk-docker
Browse files Browse the repository at this point in the history
This should've been changed after zmkfirmware#481.

See: zmkfirmware#481
PR: zmkfirmware#845
  • Loading branch information
innovaker authored and Felix Sargent committed Nov 19, 2021
1 parent 23e2f3d commit 4083c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/development/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ brew install cmake ninja python3 ccache dtc git wget dfu-util
</TabItem>
<TabItem value="docker">

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.
This setup leverages the same [image which is used by the GitHub action](https://github.com/zmkfirmware/zmk-docker) 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.
2. Install [VS Code](https://code.visualstudio.com/)
Expand Down

0 comments on commit 4083c48

Please sign in to comment.