Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix: typo in kernel config
  • Loading branch information
szuecs authored and brb committed Nov 25, 2021
1 parent e9dda50 commit 534118d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -81,7 +81,7 @@ The following kernel configuration is required.
| CONFIG_KPROBES=y | |
| CONFIG_PERF_EVENTS=y | |
| CONFIG_BPF=y | |
| CONFIG_BPF_SYSCALLS=y | |
| CONFIG_BPF_SYSCALL=y | |

You can use `zgrep $OPTION /proc/config.gz` to validate whether option is enabled.

Expand Down

0 comments on commit 534118d

Please sign in to comment.