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 committed by Dom H
parent fbe0e822dc
commit 27ba5fdfb3
1 changed files with 1 additions and 1 deletions

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>