mirror of https://github.com/zmkfirmware/zmk.git
docs: Fix powershell tab in user setup (#2879)
This commit is contained in:
parent
4da89bd997
commit
b366df8b17
|
|
@ -84,7 +84,7 @@ bash -c "$(wget https://zmk.dev/setup.sh -O -)" '' --wget
|
|||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="PowerShell">
|
||||
<TabItem value="powershell">
|
||||
|
||||
```powershell
|
||||
powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://zmk.dev/setup.ps1'))"
|
||||
|
|
|
|||
Loading…
Reference in New Issue