diff --git a/How-to-Install-Falco-from-Source.md b/How-to-Install-Falco-from-Source.md index 94c65b0..395d6f9 100644 --- a/How-to-Install-Falco-from-Source.md +++ b/How-to-Install-Falco-from-Source.md @@ -13,7 +13,7 @@ The image depends on the following parameters: * `BUILD_DRIVER`: whether or not to build the kernel module when building. This should usually be OFF, as the kernel module would be built for the files in the centos image, not the host. -* `BUILD_BPF: Like `BUILD_DRIVER` but for the ebpf program. +* `BUILD_BPF`: Like `BUILD_DRIVER` but for the ebpf program. * `BUILD_WARNINGS_AS_ERRORS`: consider all build warnings fatal * `MAKE_JOBS`: passed to the -j argument of make