Skip to content

Commit c1192ad

Browse files
authored
installation: macos: change directory info (#758)
Signed-off-by: Furkan <[email protected]>
1 parent a8db49f commit c1192ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

installation/macos.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ export OPENSSL_ROOT_DIR=`brew --prefix openssl`
4040
export PATH=`brew --prefix bison`/bin:$PATH
4141
```
4242

43+
Change to the _build/_ directory inside the Fluent Bit sources:
44+
45+
```bash
46+
$ cd build/
47+
```
48+
4349
Build Fluent Bit. Note that we are indicating to the build system "where" the final binaries and config files should be installed:
4450

4551
```bash

0 commit comments

Comments
 (0)