another small linux note

This commit is contained in:
vilmibm 2020-09-17 16:13:55 -05:00
parent 7b1f19a673
commit 2ee06480e5

View file

@ -20,6 +20,9 @@ sudo apt update
sudo apt install gh
```
**Note**: most systems will have `apt-add-repository` already. If you get a _command not found_
error, try running `sudo apt install software-properties-common` and trying these steps again.
Upgrade:
```bash