Update installation commands for GitHub CLI
Added '--source winget' option to install and upgrade commands. On machines where the `Store` source is enabled but the license to use the store is not granted specifying the source is required. This does not have any negative effect.
This commit is contained in:
parent
6e91daa8b0
commit
ba3330823b
1 changed files with 2 additions and 2 deletions
|
|
@ -11,13 +11,13 @@ The [GitHub CLI package](https://winget.run/pkg/GitHub/cli) is supported by Micr
|
|||
To install:
|
||||
|
||||
```pwsh
|
||||
winget install --id GitHub.cli
|
||||
winget install --id GitHub.cli --source winget
|
||||
```
|
||||
|
||||
To upgrade:
|
||||
|
||||
```pwsh
|
||||
winget upgrade --id GitHub.cli
|
||||
winget upgrade --id GitHub.cli --source winget
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue