1212
1313## Prepare environment
1414
15- If you already know how CMake works you can skip this part and look at the build
16- options available.
15+ If you already know how CMake works, you can skip this section and review the
16+ available [ build options ] ( #general-options ) .
1717
1818The following steps explain how to build and install the project with the default
1919options.
@@ -31,7 +31,7 @@ options.
3131 cmake ../
3232 ```
3333
34- This should display a series of results like :
34+ This command displays a series of results similar to :
3535
3636 ``` text
3737 -- The C compiler identification is GNU 4.9.2
@@ -57,7 +57,7 @@ options.
5757 make
5858 ```
5959
60- This should display results like :
60+ This command displays results similar to :
6161
6262 ``` text
6363 Scanning dependencies of target msgpack
@@ -84,7 +84,7 @@ options.
8484make install
8585```
8686
87- You might need root privileges. You can try to prefix the command with ` sudo ` .
87+ If the command indicates insufficient permissions, prefix the command with ` sudo ` .
8888
8989## Build options
9090
@@ -136,7 +136,7 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
136136
137137### Input plugins
138138
139- Input plugin gather information from a specific source type like network interfaces,
139+ Input plugins gather information from a specific source type like network interfaces,
140140some built-in metrics, or through a specific input device. The following input plugins
141141are available:
142142
0 commit comments