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