Delete __pycache__, change README files

This commit is contained in:
2025-11-08 09:59:56 +00:00
parent 634274f2fd
commit ac284d29e3
6 changed files with 13 additions and 7 deletions

View File

@@ -17,17 +17,20 @@ It moves files to a per-user _trash_ instead of permanently deleting them, while
## Installation
Install via Poetry:
**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.
Install via PyPI:
```bash
poetry add resrm
pip install resrm
```
Or clone the repo and install locally:
```bash
git clone https://github.com/mdaleo404/resrm.git
cd resrm
cd resrm/resrm
poetry install
```