From eb54f776db59835de910084d06c856fe6022a817 Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Wed, 7 Jul 2021 18:22:22 +0100 Subject: [PATCH] Update customization.md --- docs/docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/customization.md b/docs/docs/customization.md index 16de8900..c9cf1d9f 100644 --- a/docs/docs/customization.md +++ b/docs/docs/customization.md @@ -51,7 +51,7 @@ west build -b nice_nano -- -DSHIELD=kyria_left -DZMK_CONFIG="C:/Users/myUser/Doc ``` :::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. +You can install `west` using `pip3 install -U west`. Take a look [here](https://docs.zephyrproject.org/latest/guides/west/install.html) and [here](https://docs.zephyrproject.org/latest/getting_started/index.html#getting-started) for more info. ::: ## Flashing Your Changes