Update README.md

This commit is contained in:
Eduard Tolosa 2024-08-18 22:13:46 -05:00 committed by GitHub
parent 95e2bae897
commit 07defa580c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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