fix(docs): Improve powershell command for setup script for failure cases

This commit is contained in:
Cem Aksoylar 2022-02-11 21:23:23 -08:00
parent cfd0d3d81a
commit 40ff3a8324

View file

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