Browse Source

add wget flag to example

xmkb
Kellen Carey 4 years ago
parent
commit
4bd41b9bf9
  1. 2
      docs/docs/user-setup.md

2
docs/docs/user-setup.md

@ -74,7 +74,7 @@ bash -c "$(curl -fsSL https://zmkfirmware.dev/setup.sh)" @@ -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…
Cancel
Save