Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 429 Bytes

github_cli.md

File metadata and controls

19 lines (14 loc) · 429 Bytes

How to setup Github CLI

Install github cli:

wget https://github.com/cli/cli/releases/download/v2.16.1/gh_2.16.1_linux_amd64.deb
sudo dpkg -i gh_2.16.1_linux_amd64.deb
rm gh_2.16.1_linux_amd64.deb

Then:

gh auth login

follow the instructions to connect you github account

Learn more at: https://cli.github.com/

Copyrights © 2022 G. Bruno gbr1.github.io under MIT License