add wget flag to example
This commit is contained in:
parent
b738cc9d75
commit
4bd41b9bf9
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ bash -c "$(curl -fsSL https://zmkfirmware.dev/setup.sh)"
|
|||
<TabItem value="wget">
|
||||
|
||||
```
|
||||
bash -c "$(wget https://zmkfirmware.dev/setup.sh -O -)"
|
||||
bash -c "$(wget https://zmkfirmware.dev/setup.sh -O -)" '' --wget
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
Loading…
Reference in a new issue