diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-06-19 10:26:52 +0100 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-07-18 03:52:45 +0100 |
commit | a8c0c76fca0eea98e6155173764222458522e5f9 (patch) | |
tree | 40b1fc2f64bd738d39b2faed2a86c32872ec08bf /docs | |
parent | 13dbbefcb4e6f63b68a36857d65d93cebe133ea3 (diff) |
docs(setup): replace `zephyr-west-action` with `zmk-docker`
This should've been changed after #481.
See: https://github.com/zmkfirmware/zmk/pull/481
PR: https://github.com/zmkfirmware/zmk/pull/845
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/development/setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/development/setup.md b/docs/docs/development/setup.md index 3e5df91..0963ffd 100644 --- a/docs/docs/development/setup.md +++ b/docs/docs/development/setup.md @@ -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/) |