README: add Where to get help? section

People can get help through this repository or IRC/Matrix.
This commit is contained in:
Dylan Van Assche 2022-02-22 11:28:46 +01:00 committed by Richard Hughes
parent e71cb3c4c4
commit 96c1f9dba6

View File

@ -9,6 +9,13 @@ This project aims to make updating firmware on Linux automatic, safe and reliabl
Additional information is available [at the website](https://fwupd.org/). Additional information is available [at the website](https://fwupd.org/).
## Where to get help?
- GitHub issues & discussions in [this repository](https://github.com/fwupd/fwupd)
- Libera IRC channel `#fwupd`.
You can join through Libera's [IRC](https://libera.chat/)
or via the IRC bridge on [Matrix](https://matrix.to/#/#fwupd:libera.chat).
## Compiling ## Compiling
The most up to date compilation instructions are available in the [Wiki](https://github.com/fwupd/fwupd/wiki/Compilation). The most up to date compilation instructions are available in the [Wiki](https://github.com/fwupd/fwupd/wiki/Compilation).
@ -60,8 +67,8 @@ If updates are available for any devices on the system, they'll be displayed.
This will download and apply all updates for your system. This will download and apply all updates for your system.
* Updates that can be applied live will be done immediately. - Updates that can be applied live will be done immediately.
* Updates that run at bootup will be staged for the next reboot. - Updates that run at bootup will be staged for the next reboot.
You can find more information about the update workflow in the end You can find more information about the update workflow in the end
users section of the [fwupd website](https://fwupd.org). users section of the [fwupd website](https://fwupd.org).