Skip to content

Commit e47e8fe

Browse files
authored
Add the execution policy to powershell installs for single versions (#7602)
1 parent a497b15 commit e47e8fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Request a specific version by including it in the URL:
3131
=== "Windows"
3232

3333
```console
34-
$ powershell -c "irm https://astral.sh/uv/0.4.6/install.ps1 | iex"
34+
$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.4.6/install.ps1 | iex"
3535
```
3636

3737
!!! tip

0 commit comments

Comments
 (0)