We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dab569 commit 344ecbcCopy full SHA for 344ecbc
1 file changed
docs/pages/_partials/install-cli.mdx
@@ -61,7 +61,7 @@ curl -L -o devspace "https://github.com/loft-sh/devspace/releases/latest/downloa
61
</TabItem>
62
<TabItem value="windows-ps">
63
64
-```powershell {4}
+```powershell
65
md -Force "$Env:APPDATA\devspace"; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12';
66
Invoke-WebRequest -URI "https://github.com/loft-sh/devspace/releases/latest/download/devspace-windows-amd64.exe" -o $Env:APPDATA\devspace\devspace.exe;
67
$env:Path += ";" + $Env:APPDATA + "\devspace";
@@ -70,7 +70,8 @@ $env:Path += ";" + $Env:APPDATA + "\devspace";
70
71
72
<TabItem value="windows-scoop">
73
-```powershell {1}
+
74
75
scoop install devspace
76
```
77
0 commit comments