Skip to content

Commit

Permalink
docs(install): windows completion use dot import
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Nov 30, 2023
1 parent 02bb896 commit 4ce64eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ New-Item -ItemType File -Path $PROFILE -Force
Add PowerShell completion to the profile.

```powershell
type C:\forwarder\completions\powershell.powershell >> $PROFILE
Add-Content -Path $PROFILE -Value ". C:\forwarder\completions\forwarder.ps1"
```

### Edit config file
Expand Down

0 comments on commit 4ce64eb

Please sign in to comment.