Commit f126d1da authored by Augusto Caringi's avatar Augusto Caringi

Add fedora package install instructions to INSTALL.md

parent 70c9c12d
......@@ -8,6 +8,8 @@
- (*please add sections for other OSes)*
- [Using Docker](#using-docker)
- [Generic build](#generic-build)
- [Package install](#package-install)
- [Fedora](#fedora-package)
# Linux Kernel Requirements
......@@ -176,3 +178,13 @@ To test that the build works, you can try running the test suite, and a one-line
./tests/bpftrace_test
./src/bpftrace -e 'kprobe:do_nanosleep { printf("sleep by %s\n", comm); }'
```
# Package install
## Fedora package
For Fedora 28 (and later), bpftrace is already included in the official repo. Just install the package with dnf.
```
sudo dnf install bpftrace
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment