Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Dec 19, 2020
1 parent 64e2a72 commit 88e3a2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 88e3a2b

Please sign in to comment.