summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-05-24 21:47:59 +0300
committerPaul Buetow <paul@buetow.org>2025-05-24 21:47:59 +0300
commitc85763e8e5dbc705b68d44801459e5470e5402ab (patch)
treed56b007ec962a0c1dce0d5e52ec01c763b45750f /README.md
parentb38238ed9daa72c3537d55928539eaef8c288096 (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 625853e..fb829a4 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This works only on Linux!
## Fedora
-To get this running on Fedora 39, run:
+To get this running on Fedora 42, run:
```shell
mkdir ~/git
@@ -27,7 +27,6 @@ make libbpfgo-static
Need libelf static, which isn't in any repos. So we need to compile it ourselves.
```
-sudo dnf groupinstall "Development Tools"
sudo dnf install rpmdevtools dnf-utils
dnf download --source elfutils-libelf
rpm -ivh elfutils-*.src.rpm