Specify rpm repository to avoid conflicts with community repositories

This commit is contained in:
Houssem Ben Ali 2024-05-30 17:31:09 +02:00 committed by GitHub
parent cd5562f5ac
commit fc8b86b4c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ Install from our package repository for immediate access to latest releases:
```bash
sudo dnf install 'dnf-command(config-manager)'
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf install gh
sudo dnf install gh --repo gh-cli
```
Alternatively, install from the [community repository](https://packages.fedoraproject.org/pkgs/gh/gh/):