From 234702717450f7a688e6f86da3547a522df94abf Mon Sep 17 00:00:00 2001 From: vilmibm Date: Fri, 22 Nov 2019 15:17:38 -0600 Subject: [PATCH] improve rpm instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73470d65c..aad7b2da8 100644 --- a/README.md +++ b/README.md @@ -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)