Skip to content

Commit

Permalink
Add the execution policy to powershell installs for single versions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 20, 2024
1 parent a497b15 commit e47e8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Request a specific version by including it in the URL:
=== "Windows"

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

!!! tip
Expand Down

0 comments on commit e47e8fe

Please sign in to comment.