Skip to content

Commit

Permalink
Specified Full Package name for winget Installation (profclems#968)
Browse files Browse the repository at this point in the history
WinGet Install needs full qualified package name:
  • Loading branch information
hbre authored Feb 28, 2022
1 parent ff1032b commit 22e3792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ Available for download via [WinGet](https://github.com/microsoft/winget-cli), [s

#### WinGet
```sh
winget install glab
winget install glab.glab
```

Updating (WinGet):
```sh
winget install glab
winget install glab.glab
```

#### Scoop
Expand Down

0 comments on commit 22e3792

Please sign in to comment.