Skip to content

Commit 9a8deb0

Browse files
author
Nate Smith
authored
Merge pull request cli#1736 from dbruns/patch-linux-docs
Update install_linux.md
2 parents c7fa980 + c9bc953 commit 9a8deb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/install_linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Install:
1515

1616
```bash
1717
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
18-
sudo apt-add-repository -u https://cli.github.com/packages
18+
sudo apt-add-repository https://cli.github.com/packages
19+
sudo apt update
1920
sudo apt install gh
2021
```
2122

0 commit comments

Comments
 (0)