Skip to content

Commit 4dd4724

Browse files
authored
Merge pull request #6471 from duckdb/windows-install
Update Windows install instructions
2 parents aca280a + 7947c32 commit 4dd4724

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_includes/installation.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,10 @@ <h4>Docker Image (for WSL2)</h4>
180180

181181
<h4>Installation Script (Alpha)</h4>
182182

183-
You can now install DuckDB with a script from an administrative PowerShell terminal. Please note that this script is an alpha implementation and exercise cautioen when using it.
183+
You can now install DuckDB with a script the Run menu or the Command Prompt. Please note that this script is a beta implementation exercise caution when using it.
184184

185185
{%- highlight powershell -%}
186-
Set-ExecutionPolicy Bypass -Scope Process -Force
187-
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
188-
iex ((New-Object System.Net.WebClient).DownloadString('https://install.duckdb.org/install.ps1'))
186+
powershell -NoExit iex (iwr "https://install.duckdb.org/install.ps1").Content
189187
{%- endhighlight -%}
190188

191189
</div>

0 commit comments

Comments
 (0)