Skip to content

Commit 2347027

Browse files
committed
improve rpm instructions
1 parent 23c7eeb commit 2347027

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,18 @@ _(Uninstall with `sudo apt remove gh`)_
2222
## Fedora/Centos Linux
2323

2424
1. Download the latest `.rpm` file from the [releases page](https://github.com/github/gh-cli/releases)
25-
2. Install it with `sudo rpm -ivh gh_0.2.2_linux_amd64.rpm`, changing version number accordingly
25+
2. Install it with `sudo yum localinstall gh_0.2.2_linux_amd64.rpm`, changing version number accordingly
26+
27+
_(Uninstall with `sudo yum remove gh`)_
2628

2729
## Other Linux
2830

2931
1. Download the latest `_linux_amd64.tar.gz` file from the [releases page](https://github.com/github/gh-cli/releases)
3032
2. `tar -xvf gh_0.2.2_linux_amd64.tar.gz`, changing version number accordingly
3133
3. Copy the uncompressed `gh` somewhere on your `$PATH` (e.g. `sudo cp gh /usr/local/bin/`)
3234

35+
_(Uninstall with `rm`)_
36+
3337
# Process
3438

3539
- [Demo planning doc](https://docs.google.com/document/d/18ym-_xjFTSXe0-xzgaBn13Su7MEhWfLE5qSNPJV4M0A/edit)

0 commit comments

Comments
 (0)