File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
6565md -Force "$Env:APPDATA\devspace"; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12';
6666Invoke-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
7475scoop install devspace
7576```
7677
You can’t perform that action at this time.
0 commit comments