From 88e3a2bb2486cb3c03b1dc7870656412a386e203 Mon Sep 17 00:00:00 2001 From: rami3l Date: Sat, 19 Dec 2020 13:11:29 +0100 Subject: [PATCH] docs: update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e97215c09ea..97e12252b4f 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,10 @@ default_pm = "choco" This can be useful when you are running Linux and you want to use `linuxbrew`, for example. In that case, you can `--using brew`. +- Automatic `sudo` invocation (since `v0.9.0`): + - If you are not `root` and you wish to do something requiring `sudo`, `pacaptr` will do it for you by invoking `sudo -S`. + - This feature is currently available for `apk`, `apt`, `dnf`, `macports` and `zypper`. + - Extra flags support: - The flags after a `--` will be passed directly to the underlying package manager: