docs: Fix powershell tab in user setup (#2879)

This commit is contained in:
Cem Aksoylar
2025-03-16 20:14:48 -07:00
committed by GitHub
parent 4da89bd997
commit b366df8b17

View File

@@ -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'))"