Merge pull request #1736 from dbruns/patch-linux-docs

Update install_linux.md
This commit is contained in:
Nate Smith 2020-09-17 12:23:16 -05:00 committed by GitHub
commit 9a8deb08fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,8 @@ Install:
```bash
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository -u https://cli.github.com/packages
sudo apt-add-repository https://cli.github.com/packages
sudo apt update
sudo apt install gh
```