fix(docs): Improve powershell command for setup script for failure cases
This commit is contained in:
parent
fbe0e822dc
commit
27ba5fdfb3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue