Skip to content

Commit

Permalink
CHESTER: Fix wget command syntax for toolchain installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hubpav authored May 24, 2024
1 parent 51e7c0f commit 3744576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chester/firmware-sdk/installation-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3744576

Please sign in to comment.