We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b269b commit 208ac5fCopy full SHA for 208ac5f
installation/linux/ubuntu.md
@@ -57,8 +57,8 @@ which platforms are supported in each release.
57
58
On Ubuntu, you need to add the Fluent Bit APT server entry to your sources lists.
59
Add the following content at bottom of your `/etc/apt/sources.list` file. Ensure
60
-`CODENAME` is set to your specific [Ubuntu release name](https://wiki.ubuntu.com/Releases)
61
-(for example: `focal` for Ubuntu 20.04):
+`CODENAME` is set to your specific [Ubuntu release name](https://wiki.ubuntu.com/Releases).
+For example, `focal` for Ubuntu 20.04.
62
63
```bash
64
deb [signed-by=/usr/share/keyrings/fluentbit-keyring.gpg] https://packages.fluentbit.io/ubuntu/${CODENAME} ${CODENAME} main
0 commit comments