File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,18 @@ _(Uninstall with `sudo apt remove gh`)_
2222## Fedora/Centos Linux
2323
24241 . 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
29311 . Download the latest ` _linux_amd64.tar.gz ` file from the [ releases page] ( https://github.com/github/gh-cli/releases )
30322 . ` tar -xvf gh_0.2.2_linux_amd64.tar.gz ` , changing version number accordingly
31333 . 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 )
You can’t perform that action at this time.
0 commit comments