summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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