docs: Linux special note update

Mention that the one-liner is good for upgrades
pull/5/head
Robert Dailey 3 years ago
parent b9db8b7ef3
commit fc9d51f77f

@ -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 \

Loading…
Cancel
Save