[readme] more support links

This commit is contained in:
Tim Stack 2022-08-17 13:11:57 -07:00
parent b70fa47b6d
commit ceb1779f9f
1 changed files with 10 additions and 1 deletions

View File

@ -81,7 +81,7 @@ $ journalctl -o json | lnav
In case some MESSAGE fields contain special characters such as
ANSI color codes which are considered as unprintable by journalctl,
specifying `journalctl`'s `-a` option might be preferable in order
to output those messages still in a non binary representation:
to output those messages still in a non-binary representation:
```
$ journalctl -a -o json | lnav
@ -101,6 +101,15 @@ efficiency you may want to limit the number of log lines fed into
In case of a persistent journal, you may want to limit the number
of log lines fed into `lnav` via `journalctl`'s `-b` option.
## Support
Please file issues on this repository or use the discussions section.
The following alternatives are also available:
- [support@lnav.org](mailto:support@lnav.org)
- [Discord](https://discord.gg/erBPnKwz7R)
- [Google Groups](https://groups.google.com/g/lnav)
## Links
- [Main Site](https://lnav.org)