From f6fe2dc42a917fd53b33a4ed499d5d9072b30404 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 13 Oct 2024 20:43:18 +0200 Subject: [PATCH] chore(kb/fwupd): improve readability --- knowledge base/fwupd.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/knowledge base/fwupd.md b/knowledge base/fwupd.md index bbc4d4b..f70db5c 100644 --- a/knowledge base/fwupd.md +++ b/knowledge base/fwupd.md @@ -1,13 +1,14 @@ # Fwupd -## Table of contents - 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) 1. [Sources](#sources) ## TL;DR +
+ Setup + ```sh # Installation. apt install 'fwupd' @@ -16,6 +17,14 @@ pacman -Sy 'fwupd' pamac install 'fwupd' yum install 'fwupd' zypper install 'fwupd' +``` + +
+ +
+ Usage + +```sh # Display detected devices. fwupdmgr get-devices @@ -39,6 +48,8 @@ fwupdmgr report-history fwupdmgr clear-history ``` +
+ ## Further readings - [Website] @@ -50,7 +61,8 @@ fwupdmgr clear-history - [Arch wiki]