Skip to content

Commit 139d76c

Browse files
authored
installation:macos: added command change to build when installing from source (#924)
Signed-off-by: elenacbc <[email protected]> Signed-off-by: elenacbc <[email protected]>
1 parent f0cab4f commit 139d76c

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
@@ -89,6 +89,12 @@ And then, creating the specific macOS SDK target (For example, specifying macOS
8989
export MACOSX_DEPLOYMENT_TARGET=11.3
9090
```
9191

92+
Change to the _build/_ directory inside the Fluent Bit sources:
93+
94+
```bash
95+
$ cd build/
96+
```
97+
9298
Build Fluent Bit macOS installer.
9399

94100
```bash

0 commit comments

Comments
 (0)