diff options
author | Kevin <chenkevinh11@gmail.com> | 2020-08-29 17:25:00 -0700 |
---|---|---|
committer | Kevin <chenkevinh11@gmail.com> | 2020-08-29 17:25:00 -0700 |
commit | 76095c64c6d51c2c7aaf9856d50847998a41b263 (patch) | |
tree | 2d8ea819e90e7624d2be70926ce87c32413c0557 | |
parent | 133166c392540f8496f2dd42671ddda1bd547d2f (diff) |
Fixed title
-rw-r--r-- | docs/docs/dev-setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md index 151a032..e9c635a 100644 --- a/docs/docs/dev-setup.md +++ b/docs/docs/dev-setup.md @@ -358,7 +358,7 @@ pip3 install --user -r zephyr/scripts/requirements-base.txt ### Environment Variables -#### GNU ARM Embedded on Windows +#### For GNU ARM Embedded on Windows On Windows, you will have to set two environment variables for ZMK to build properly: `ZEPHYR_TOOLCHAIN_VARIANT` and `GNUARMEMB_TOOLCHAIN_PATH`. |