From 2c3c5a2edcde17731cd851ece22b72c181e2442c Mon Sep 17 00:00:00 2001 From: Rahammetoela Toekiman Date: Fri, 29 Jul 2022 10:25:21 -0300 Subject: [PATCH] "simplify" alternative install instructions many people are not aware they can install deb files with apt so this change - links them directly to the latest release - encourages the user to install the downloaded deb file with apt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1648cac63..d2fb34c1f 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ sudo apt install curl curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | sudo -E bash -s install deb-get ``` -Alternatively, you can [download the `.deb` of `deb-get` from the releases page](https://github.com/wimpysworld/deb-get/releases) -and install it manually. +Alternatively, you can [download the `.deb` of `deb-get` from the releases page](https://github.com/wimpysworld/deb-get/releases/latest) +and install it manualy with `sudo apt-get install ./path/to/deb-get_.deb` ## Usage