mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
fix(docs): Improve powershell command for setup script for failure cases
This commit is contained in:
@@ -82,7 +82,7 @@ bash -c "$(wget https://zmk.dev/setup.sh -O -)" '' --wget
|
|||||||
<TabItem value="PowerShell">
|
<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>
|
</TabItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user