From 8e82b9bf92853e9ef40e25d457ecca151e93f4b0 Mon Sep 17 00:00:00 2001 From: samdiron Date: Mon, 18 Nov 2024 22:13:55 +0200 Subject: [PATCH] update README.md fix for README.md pkg-config #255 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65f3bcd..a5a524c 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ To compile thinkfan, you will need to have the following things installed: E.g. on a debian-based system that usually boils down to: ```bash -sudo apt install -y cmake-curses-gui build-essential cmake g++ libyaml-cpp-dev pkgconfig libsensors-dev +sudo apt install -y cmake-curses-gui build-essential cmake g++ libyaml-cpp-dev pkg-config libsensors-dev ``` on EL/Fedora based system, usually : ```bash -sudo dnf install -y cmake g++ pkgconfig yaml-cpp-devel lm_sensors-devel +sudo dnf install -y cmake g++ pkg-config yaml-cpp-devel lm_sensors-devel ``` 1. In the thinkfan main directory, do