From 96c1f9dba6e0a7ee06e2ddc6468f4891c7062c5a Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Tue, 22 Feb 2022 11:28:46 +0100 Subject: [PATCH] README: add Where to get help? section People can get help through this repository or IRC/Matrix. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f12b88a3a..9595c3030 100644 --- a/README.md +++ b/README.md @@ -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/). +## 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 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. -* Updates that can be applied live will be done immediately. -* Updates that run at bootup will be staged for the next reboot. +- Updates that can be applied live will be done immediately. +- Updates that run at bootup will be staged for the next reboot. You can find more information about the update workflow in the end users section of the [fwupd website](https://fwupd.org).