Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1f19a commit 2ee0648Copy full SHA for 2ee0648
docs/install_linux.md
@@ -20,6 +20,9 @@ sudo apt update
20
sudo apt install gh
21
```
22
23
+**Note**: most systems will have `apt-add-repository` already. If you get a _command not found_
24
+error, try running `sudo apt install software-properties-common` and trying these steps again.
25
+
26
Upgrade:
27
28
```bash
0 commit comments