We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1c10e0 + 084afb3 commit 81ed6d4Copy full SHA for 81ed6d4
1 file changed
docs/install_linux.md
@@ -100,7 +100,7 @@ To install:
100
```bash
101
sudo dnf install dnf5-plugins
102
sudo dnf config-manager addrepo --from-repofile=https://cli.github.com/packages/rpm/gh-cli.repo
103
-sudo dnf install gh --repo gh-cli
+sudo dnf install gh
104
```
105
106
To upgrade:
@@ -119,7 +119,7 @@ To install:
119
120
sudo dnf install 'dnf-command(config-manager)'
121
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
122
123
124
125
0 commit comments