From f12672a1417339247175d2096b27f906a9ecfb39 Mon Sep 17 00:00:00 2001 From: Ole Algoritme Date: Tue, 2 May 2023 21:55:58 +0200 Subject: [PATCH] upd readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f45feb..6de86f0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Reads GDDR6 VRAM memory temperature from an NVIDIA GPU. These findings are based on reverse engineering of the NVIDIA GPU Linux driver. -## Needs: +## Dependencies - libpciaccess-dev and libpci-dev ``` sudo apt install libpciaccess-dev libpci-dev -y