diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 5c589086e575..d8478a6255a3 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -120,7 +120,7 @@ To enable shell autocompletion for uv commands, run one of the following: === "Windows" ```powershell - Add-Content -Path $PROFILE -Value '(& uv generate-shell-completion powershell) | Out-String | Invoke-Expression + Add-Content -Path $PROFILE -Value '(& uv generate-shell-completion powershell) | Out-String | Invoke-Expression' ``` Then restart the shell or source the shell config file.