Skip to content

Commit 344ecbc

Browse files
committed
fixed TabItem
Signed-off-by: Paule Heisster <[email protected]>
1 parent 4dab569 commit 344ecbc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/pages/_partials/install-cli.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ curl -L -o devspace "https://github.com/loft-sh/devspace/releases/latest/downloa
6161
</TabItem>
6262
<TabItem value="windows-ps">
6363

64-
```powershell {4}
64+
```powershell
6565
md -Force "$Env:APPDATA\devspace"; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12';
6666
Invoke-WebRequest -URI "https://github.com/loft-sh/devspace/releases/latest/download/devspace-windows-amd64.exe" -o $Env:APPDATA\devspace\devspace.exe;
6767
$env:Path += ";" + $Env:APPDATA + "\devspace";
@@ -70,7 +70,8 @@ $env:Path += ";" + $Env:APPDATA + "\devspace";
7070

7171
</TabItem>
7272
<TabItem value="windows-scoop">
73-
```powershell {1}
73+
74+
```powershell
7475
scoop install devspace
7576
```
7677

0 commit comments

Comments
 (0)