We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8db49f commit c1192adCopy full SHA for c1192ad
installation/macos.md
@@ -40,6 +40,12 @@ export OPENSSL_ROOT_DIR=`brew --prefix openssl`
40
export PATH=`brew --prefix bison`/bin:$PATH
41
```
42
43
+Change to the _build/_ directory inside the Fluent Bit sources:
44
+
45
+```bash
46
+$ cd build/
47
+```
48
49
Build Fluent Bit. Note that we are indicating to the build system "where" the final binaries and config files should be installed:
50
51
```bash
0 commit comments