From 2cc804d887f8213b333e1b6c0427ce8df59b9284 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Wed, 27 Feb 2019 20:05:33 -0800 Subject: [PATCH] Updated How to Install Falco from Source (markdown) --- How-to-Install-Falco-from-Source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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