From b515c79ca5916b312aa843fcc89be55297cd25f0 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 21 May 2026 13:18:35 +0200 Subject: [PATCH] RHEL/Fedora development tools install with recent dnf version Added instructions for installing development tools using dnf v5 (Fedora 44 for instance), as groupinstall is not available. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 559e8845..4d679054 100644 --- a/README.md +++ b/README.md @@ -468,6 +468,8 @@ The `.codegraph/config.json` file controls indexing: # Linux (RHEL / Fedora) sudo yum groupinstall "Development Tools" + # with dnf5 + sudo dnf group install "development-tools" # Then rebuild on any platform: npm rebuild better-sqlite3