From 057437b7d3f6e9f2dadffd5ee863608eae7bfca6 Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Wed, 7 Jul 2021 18:18:44 +0100 Subject: [PATCH] a link and a note on how to install west --- docs/docs/customization.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/customization.md b/docs/docs/customization.md index 626a291b..16de8900 100644 --- a/docs/docs/customization.md +++ b/docs/docs/customization.md @@ -50,6 +50,10 @@ For instance, building kyria firmware from a user `myUser`'s `zmk-config` folder west build -b nice_nano -- -DSHIELD=kyria_left -DZMK_CONFIG="C:/Users/myUser/Documents/Github/zmk-config/config" ``` +:::note +You can install `west` using `pip3 install -U west`. Take a look [here](https://docs.zephyrproject.org/latest/guides/west/install.html) for more info. +::: + ## Flashing Your Changes For normal keyboards, follow the same flashing instructions as before to flash your updated firmware.