From c662416b33f8d53829f3dbff3e81f19005ce27e5 Mon Sep 17 00:00:00 2001 From: Linus Dierheimer Date: Sun, 23 Jan 2022 12:02:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccd5bd2d1..480503149 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ There are some presets defined for fastfech in [`presets`](presets), you can can ## Dependencies -Fastfetch dynamically loads needed libraries if they are available. Therefore its only hard dependency are `libc` (any implementation of the c standard library), `libdl` and `libpthread`. They are all shipped with [`glibc`](https://www.gnu.org/software/libc/), which is already installed on most linux distributions, so you probably don't have to worry about it. +Fastfetch dynamically loads needed libraries if they are available. Therefore its only hard dependencies are `libc` (any implementation of the c standard library), `libdl` and `libpthread`. They are all shipped with [`glibc`](https://www.gnu.org/software/libc/), which is already installed on most linux distributions, so you probably don't have to worry about it. The following libraries are used if present at runtime: * [`libpci`](https://github.com/pciutils/pciutils): GPU output.