Browse Source

docs: Fix typo in PowerShell install script

When I documented the PS install script in #210 I made a typo on the end.
xmkb
Caleb Lightfoot 4 years ago committed by innovaker
parent
commit
d5250f0449
  1. 2
      docs/docs/user-setup.md

2
docs/docs/user-setup.md

@ -82,7 +82,7 @@ bash -c "$(wget https://zmkfirmware.dev/setup.sh -O -)" '' --wget
<TabItem value="PowerShell"> <TabItem value="PowerShell">
``` ```
iex ((New-Object System.Net.WebClient).DownloadString('https://zmkfirmware.dev/setup.ps1'))" iex ((New-Object System.Net.WebClient).DownloadString('https://zmkfirmware.dev/setup.ps1'))
``` ```
</TabItem> </TabItem>

Loading…
Cancel
Save