Skip to content

Commit 32d38ce

Browse files
authored
Merge pull request #1550 from fluent/lynettemiles/sc-105720/update-installation-linux-readme-md-fluent
updating linux overview page for style and grammar
2 parents 7fcecbd + be4cb7e commit 32d38ce

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

installation/linux/README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
# Linux Packages
1+
# Linux packages
22

3-
The most secure option is to create the repositories according to the instructions for your specific OS.
3+
The most secure option is to create the repositories according to the instructions
4+
for your specific OS.
45

5-
A simple installation script is provided to be used for most Linux targets.
6+
An installation script is provided for use with most Linux targets.
67
This will by default install the most recent version released.
78

89
```bash
910
curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
1011
```
1112

12-
This is purely a convenience helper and should always be validated prior to use.
13+
This is a helper and should always be validated prior to use.
1314

1415
## GPG key updates
1516

16-
From the 1.9.0 and 1.8.15 releases please note that the GPG key has been updated at [https://packages.fluentbit.io/fluentbit.key](https://packages.fluentbit.io/fluentbit.key) so ensure this new one is added.
17+
For the 1.9.0 and 1.8.15 releases and later, the GPG key
18+
[has been updated](https://packages.fluentbit.io/fluentbit.key). Ensure the new
19+
key is added.
1720

1821
The GPG Key fingerprint of the new key is:
1922

@@ -22,17 +25,19 @@ C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD
2225
Fluentbit releases (Releases signing key) <[email protected]>
2326
```
2427

25-
The previous key is still available at [https://packages.fluentbit.io/fluentbit-legacy.key](https://packages.fluentbit.io/fluentbit-legacy.key) and may be required to install previous versions.
28+
The previous key is [still available](https://packages.fluentbit.io/fluentbit-legacy.key)
29+
and might be required to install previous versions.
2630

2731
The GPG Key fingerprint of the old key is:
2832

2933
```text
3034
F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A
3135
```
3236

33-
Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release.
37+
Refer to the [supported platform documentation](./../supported-platforms.md) to see
38+
which platforms are supported in each release.
3439

3540
## Migration to Fluent Bit
3641

37-
From version 1.9, `td-agent-bit` is a deprecated package and is removed after 1.9.9.
38-
The correct package name to use now is `fluent-bit`.
42+
For version 1.9 and later, `td-agent-bit` is a deprecated package and is removed
43+
after 1.9.9. The correct package name to use now is `fluent-bit`.

0 commit comments

Comments
 (0)