add wget flag to example

This commit is contained in:
Kellen Carey 2020-10-15 16:53:16 -07:00
parent b738cc9d75
commit 4bd41b9bf9
1 changed files with 1 additions and 1 deletions

View File

@ -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>