Update Debian instructions for modern apt versions

apt can now install local .deb files too, with dependencies.
This commit is contained in:
Paul Wise 2020-04-15 12:41:01 +08:00
parent 82bd7b97cf
commit a6618cf02f
No known key found for this signature in database
GPG key ID: 3116BA5E9FFA69A3

View file

@ -93,7 +93,7 @@ MSI installers are available for download on the [releases page][].
Install and upgrade:
1. Download the `.deb` file from the [releases page][]
2. `sudo apt install git && sudo dpkg -i gh_*_linux_amd64.deb` install the downloaded file
2. `sudo apt install ./gh_*_linux_amd64.deb` install the downloaded file
### Fedora Linux