Skip to content

Commit 68a50a8

Browse files
Apply suggestions from code review
Co-authored-by: Adam Locke <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent 2cc3a40 commit 68a50a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

installation/sources/build-and-install.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
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

1818
The following steps explain how to build and install the project with the default
1919
options.
@@ -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.
8484
make 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,
140140
some built-in metrics, or through a specific input device. The following input plugins
141141
are available:
142142

0 commit comments

Comments
 (0)