Skip to content
Carlos Rafael Ramirez edited this page Apr 19, 2020 · 5 revisions

Install and upgrade

Download the .deb file from the releases page. Look for the gh_*_linux_amd64.deb

Assuming that you downloaded the file in your Downloads folder:

cd ~/winhome/Downloads or change to the directory where you downloaded it.

Install the downloaded file

sudo dpkg -i gh_*_linux_amd64.deb
gh help

Go to any of your cloned repositories and for example type:

gh pr list

For more information: (https://cli.github.com/manual)

Clone this wiki locally