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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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