From 3744576fea9b2743eca6405d664a2e05cb77e710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20H=C3=BCbner?= Date: Fri, 24 May 2024 13:53:17 +0200 Subject: [PATCH] CHESTER: Fix wget command syntax for toolchain installation --- chester/firmware-sdk/installation-on-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chester/firmware-sdk/installation-on-windows.md b/chester/firmware-sdk/installation-on-windows.md index feb71ac..c1176fd 100644 --- a/chester/firmware-sdk/installation-on-windows.md +++ b/chester/firmware-sdk/installation-on-windows.md @@ -129,7 +129,7 @@ You can skip this step if you already have **Chocolatey** installed on your syst 1. Download the toolchain: ``` - wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1/zephyr-sdk-0.16.1_windows-x86_64.7z + wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1/zephyr-sdk-0.16.1_windows-x86_64.7z -O zephyr-sdk-0.16.1_windows-x86_64.7z ``` 1. Unzip the toolchain: