Commit 50d2d199 authored by Brendan Gregg's avatar Brendan Gregg Committed by GitHub

Merge pull request #258 from caringi/add_fedora_package_doc

Add fedora package install instructions to INSTALL.md
parents 70c9c12d f126d1da
......@@ -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