From b366df8b17d18f81a2e054103ce4ce1a82d74b21 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Sun, 16 Mar 2025 20:14:48 -0700 Subject: [PATCH] docs: Fix powershell tab in user setup (#2879) --- docs/docs/user-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/user-setup.mdx b/docs/docs/user-setup.mdx index 490755256..bcab4bca6 100644 --- a/docs/docs/user-setup.mdx +++ b/docs/docs/user-setup.mdx @@ -84,7 +84,7 @@ bash -c "$(wget https://zmk.dev/setup.sh -O -)" '' --wget ``` - + ```powershell powershell -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://zmk.dev/setup.ps1'))"