From 408f8ba493385ce21f7c73516013098f34f1ca43 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Mon, 15 May 2023 13:36:47 +0200 Subject: [PATCH] docs(README): disable backends --- README.md | 2 ++ TODO.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdacc7b..3b7397b 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,8 @@ On first execution, it will create a basic config file under `$XDG_CONFIG_HOME/p aur_helper: paru # AUR helper to use on Arch Linux (paru, yay, ...) aur_rm_args: null # additional args to pass to AUR helper when removing packages (optional) warn_not_symlinks: true # warn if a group file is not a symlink + +disabled_backends: [] # backends that pacdef should not manage, e.g. ["python"] ``` diff --git a/TODO.md b/TODO.md index b86c410..4db956f 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,3 @@ # To Do - tutorial -- disabled backends (goes to configuration)