improve rpm instructions

This commit is contained in:
vilmibm 2019-11-22 15:17:38 -06:00
parent 23c7eeb6b0
commit 2347027174

View file

@ -22,7 +22,9 @@ _(Uninstall with `sudo apt remove gh`)_
## Fedora/Centos Linux
1. Download the latest `.rpm` file from the [releases page](https://github.com/github/gh-cli/releases)
2. Install it with `sudo rpm -ivh gh_0.2.2_linux_amd64.rpm`, changing version number accordingly
2. Install it with `sudo yum localinstall gh_0.2.2_linux_amd64.rpm`, changing version number accordingly
_(Uninstall with `sudo yum remove gh`)_
## Other Linux
@ -30,6 +32,8 @@ _(Uninstall with `sudo apt remove gh`)_
2. `tar -xvf gh_0.2.2_linux_amd64.tar.gz`, changing version number accordingly
3. Copy the uncompressed `gh` somewhere on your `$PATH` (e.g. `sudo cp gh /usr/local/bin/`)
_(Uninstall with `rm`)_
# Process
- [Demo planning doc](https://docs.google.com/document/d/18ym-_xjFTSXe0-xzgaBn13Su7MEhWfLE5qSNPJV4M0A/edit)