Skip to content

Commit 1bb3b1b

Browse files
committed
install: buildroot: style updates
Signed-off-by: Lynette Miles <[email protected]>
1 parent 607015a commit 1bb3b1b

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed
Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
# Buildroot / Embedded Linux
22

3-
## Installing
3+
Install Fluent Bit in your embedded Linux system.
44

5-
To install, just select fluent-bit in your defconfig.
6-
See the Config.in file for all configuration options.
5+
## Install
76

8-
```defconfig
7+
To install, select Fluent Bit in your `defconfig`.
8+
See the `Config.in` file for all configuration options.
9+
10+
```text
911
BR2_PACKAGE_FLUENT_BIT=y
1012
```
1113

12-
## Running
14+
## Run
1315

14-
The default config file is written to:
16+
The default configuration file is written to:
1517

16-
```
18+
```text
1719
/etc/fluent-bit/fluent-bit.conf
1820
```
1921

20-
Fluent-bit is automatically started by the S99fluent-bit script.
22+
Fluent bit is started by the `S99fluent-bit` script.
2123

2224
## Support
2325

24-
All configurations with a toolchain that supports threads and dynamic library linking are supported.
26+
All configurations with a toolchain that supports threads and dynamic library
27+
linking are supported.

0 commit comments

Comments
 (0)