Skip to content

Commit

Permalink
Fix to miss string termination in PowerShell commands for shell autoc…
Browse files Browse the repository at this point in the history
…ompletion docs. (#6491)

## Summary
Missing string termination in PowerShell commands for shell
autocompletion docs.
 Incomplete command:
 

![image](https://github.com/user-attachments/assets/c96a93a3-f70c-4496-be54-34ab72f01a3f)



## Test Plan
Run docs server locally

![image](https://github.com/user-attachments/assets/fe861be4-6e44-441b-b924-ae832a72be16)
  • Loading branch information
FishAlchemist authored Aug 23, 2024
1 parent c544000 commit ad09004
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 @@ -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.
Expand Down

0 comments on commit ad09004

Please sign in to comment.