From fc9d51f77fa9d42ef30a35a1a0028e318a3f830a Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sat, 17 Apr 2021 11:43:30 -0500 Subject: [PATCH] docs: Linux special note update Mention that the one-liner is good for upgrades --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b261e238..a0a60f67 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ release notes and older releases. When you extract the ZIP archive on Linux, it will *not* have the executable permission set. Here is a quick one-liner you can use in a terminal to download the latest release, extract it, and set it -as executable. Run this from the directory where you want `trash` to be installed. +as executable. It will also replace any existing `trash` executable, so this is useful for upgrades, +too. Run this from the directory where you want `trash` to be installed. ```bash wget -O trash.zip https://github.com/rcdailey/trash-updater/releases/latest/download/trash-linux-x64.zip \