From a6618cf02ff246bfa740bfa844de3be325f0bee0 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Wed, 15 Apr 2020 12:41:01 +0800 Subject: [PATCH] Update Debian instructions for modern apt versions apt can now install local .deb files too, with dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f257d0eb6..5c96a685f 100644 --- a/README.md +++ b/README.md @@ -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