From 07defa580c1414444cc965d32618cbe01ff7845c Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Sun, 18 Aug 2024 22:13:46 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc05382..e84dddd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The script have two modes of operation: # Dependencies - `pacutils` (optional): Required if you want to use the `--paclog` option. You can install it from the official repositories. -- `pacman` (required): Required for the script to work. It's installed by default on ArchLinux systems. In case that your pacman got corrupted, you can use the [pacman-static](https://aur.archlinux.org/packages/pacman-static/) package from the AUR. +- `pacman` (required): Required for the script to work. It's installed by default on ArchLinux systems. In case that your pacman got corrupted, you can use the [pacman-static](https://aur.archlinux.org/packages/pacman-static/) package from the AUR by installing it manually or simply setting the `USE_PACMAN_STATIC=true` environment variable when launching the script. # Usage