Skip to content

Commit a37be23

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent ed0aa5a commit a37be23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

installation/macos.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
Apple 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

109109
1. 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

161161
To 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
166166
fluent-bit -i dummy -o stdout -f 1

0 commit comments

Comments
 (0)