11# macOS
22
3- Fluent Bit is compatible with latest Apple macOS software for x86_64 and
3+ Fluent Bit is compatible with the latest Apple macOS software for x86_64 and
44Apple Silicon architectures.
55
66## Installation packages
@@ -73,7 +73,7 @@ brew install git cmake openssl bison
7373 make -j 16
7474 ```
7575
76- 1 . Install Fluent Bit to the directory specified previously .
76+ 1 . Install Fluent Bit to the previously specified directory .
7777 Writing to this directory requires root privileges.
7878
7979 ``` bash
@@ -107,7 +107,7 @@ The binaries and configuration examples can be located at `/opt/fluent-bit/`.
107107 ```
108108
1091091 . Create the specific macOS SDK target. For example, to specify macOS Big Sur
110- (11.3) SDK environment) :
110+ (11.3) SDK environment:
111111
112112 ``` bash copy
113113 export MACOSX_DEPLOYMENT_TARGET=11.3
@@ -119,7 +119,7 @@ The binaries and configuration examples can be located at `/opt/fluent-bit/`.
119119 cd build/
120120 ```
121121
122- 1 . Build the Fluent Bit macOS installer.
122+ 1 . Build the Fluent Bit macOS installer:
123123
124124 ``` bash copy
125125 cmake -DCPACK_GENERATOR=productbuild -DCMAKE_INSTALL_PREFIX=/opt/fluent-bit ../
@@ -160,7 +160,7 @@ export PATH=/opt/fluent-bit/bin:$PATH
160160
161161To test, try Fluent Bit by generating a test message using the
162162[ Dummy input plugin] ( https://docs.fluentbit.io/manual/pipeline/inputs/dummy )
163- which prints to the standard output interface every 1 second:
163+ which prints to the standard output interface every one second:
164164
165165``` bash copy
166166fluent-bit -i dummy -o stdout -f 1
0 commit comments