Skip to content

Commit

Permalink
Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheDr01ds committed May 5, 2023
1 parent b19bc0a commit 0a24c72
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ At present, I have not tested older versions of PowerShell Core to see how far b

### Installation ###

WSLTabCompletion is published in the [PowerShell Gallery](https://www.powershellgallery.com/packages/WSLTabCompletion), although it is unlisted while in Preview. To install:
WSLTabCompletion is published in the [PowerShell Gallery](https://www.powershellgallery.com/packages/WSLTabCompletion). To install:

```
Install-Module -Name WSLTabCompletion -RequiredVersion 0.8.0
Install-Module -Name WSLTabCompletion
```

Once installed, test it in a single PowerShell session with:
Expand Down Expand Up @@ -56,6 +56,11 @@ Set-PSReadlineKeyHandler -Key UpArrow -Function HistorySearchBackward
Set-PSReadlineKeyHandler -Key DownArrow -Function HistorySearchForward
```

Update with:

```
Update-Module WSLTabCompletion
### License ###
This module is provided under the terms of the GPLv3. You can freely use it on any system you control; you may freely distribute it under the terms of the GPLv3. To distribute under other terms, please contact the author by filing an [issue](https://github.com/NotTheDr01ds/WSLTabCompletion/issues).
Expand Down

0 comments on commit 0a24c72

Please sign in to comment.