From 756a6af4ac5e60d4bff5a846527d09252a51d9ab Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Sun, 9 Nov 2025 09:52:01 +0000 Subject: [PATCH] docs: minor update to README files --- README.md | 4 ++-- resrm/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3eaf4ee..a447f7b 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ It moves files to a per-user _trash_ instead of permanently deleting them, while ## Installation **NOTE:** To use `resrm` with `sudo`, the path to `resrm` must be in the `$PATH` seen by `root`.\ -Either install `resrm` as `root`, use `sudo -E resrm`, or add the `$PATH` to `/etc/sudoers` using its `Defaults secure_path` parameter. +Either install `resrm` as `root` (_preferred_), use `sudo -E resrm`, or add the `$PATH` to `/etc/sudoers` using its `Defaults secure_path` parameter. -Install via PyPI: +Install via PyPI (_preferred_): ```bash pip install resrm diff --git a/resrm/README.md b/resrm/README.md index 3eaf4ee..a447f7b 100644 --- a/resrm/README.md +++ b/resrm/README.md @@ -18,9 +18,9 @@ It moves files to a per-user _trash_ instead of permanently deleting them, while ## Installation **NOTE:** To use `resrm` with `sudo`, the path to `resrm` must be in the `$PATH` seen by `root`.\ -Either install `resrm` as `root`, use `sudo -E resrm`, or add the `$PATH` to `/etc/sudoers` using its `Defaults secure_path` parameter. +Either install `resrm` as `root` (_preferred_), use `sudo -E resrm`, or add the `$PATH` to `/etc/sudoers` using its `Defaults secure_path` parameter. -Install via PyPI: +Install via PyPI (_preferred_): ```bash pip install resrm