From 7923363592e91d117f47ff980c2b41e3b2007b61 Mon Sep 17 00:00:00 2001 From: Furkan Date: Sun, 20 Mar 2022 13:33:01 +0300 Subject: [PATCH] installation: macos: change directory info Signed-off-by: Furkan --- installation/macos.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/installation/macos.md b/installation/macos.md index fdd0b6835..d0c3b349d 100644 --- a/installation/macos.md +++ b/installation/macos.md @@ -40,6 +40,12 @@ export OPENSSL_ROOT_DIR=`brew --prefix openssl` export PATH=`brew --prefix bison`/bin:$PATH ``` +Change to the _build/_ directory inside the Fluent Bit sources: + +```bash +$ cd build/ +``` + Build Fluent Bit. Note that we are indicating to the build system "where" the final binaries and config files should be installed: ```bash