X Tutup
Skip to content

Commit f4b4a4e

Browse files
Update installation instructions for Fedora (cli#5204)
gh-cli has entered fedora's official repository and can be installed directly without adding a third-party repository. Co-authored-by: Mislav Marohnić <mislav@github.com>
1 parent c5dbf20 commit f4b4a4e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/install_linux.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,19 @@ sudo apt install gh
2929

3030
### Fedora, CentOS, Red Hat Enterprise Linux (dnf)
3131

32-
Install:
32+
Install from our package repository for immediate access to latest releases:
3333

3434
```bash
3535
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
3636
sudo dnf install gh
3737
```
3838

39+
Alternatively, install from the [community repository](https://packages.fedoraproject.org/pkgs/gh/gh/):
40+
41+
```bash
42+
sudo dnf install gh
43+
```
44+
3945
Upgrade:
4046

4147
```bash

0 commit comments

Comments
 (0)
X Tutup