From af6c7a079731081ba94d0cf29feddeaecf843a79 Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Mon, 17 Nov 2025 19:05:32 +0000 Subject: [PATCH] Fix README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7baf80..f0b5fb7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ export RESRM_TRASH_LIFE=10 ### From package manager +This is the preferred method of installation. + **Ubuntu 22.04 and 24.04** ``` sudo add-apt-repository ppa:mdaleo/resrm @@ -50,14 +52,14 @@ sudo dnf install resrm **NOTE:** To use `resrm` with `sudo`, the path to `resrm` must be in the `$PATH` seen by `root`.\ Either: - * install `resrm` as `root` (_preferred_), or + * install `resrm` as `root`, or * add the path to `resrm` to the `secure_path` parameter in `/etc/sudoers`. For example, where `/home/user/.local/bin` is where `resrm` is: ``` bash Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/user/.local/bin" ``` -Install via PyPI (_preferred_): +Install with: ```bash pip install resrm