chore(kb/fwupd): improve readability

This commit is contained in:
Michele Cereda
2024-10-13 20:43:18 +02:00
parent 355a05190d
commit f6fe2dc42a

View File

@@ -1,13 +1,14 @@
# Fwupd # Fwupd
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr) 1. [TL;DR](#tldr)
1. [Further readings](#further-readings) 1. [Further readings](#further-readings)
1. [Sources](#sources) 1. [Sources](#sources)
## TL;DR ## TL;DR
<details>
<summary>Setup</summary>
```sh ```sh
# Installation. # Installation.
apt install 'fwupd' apt install 'fwupd'
@@ -16,6 +17,14 @@ pacman -Sy 'fwupd'
pamac install 'fwupd' pamac install 'fwupd'
yum install 'fwupd' yum install 'fwupd'
zypper install 'fwupd' zypper install 'fwupd'
```
</details>
<details>
<summary>Usage</summary>
```sh
# Display detected devices. # Display detected devices.
fwupdmgr get-devices fwupdmgr get-devices
@@ -39,6 +48,8 @@ fwupdmgr report-history
fwupdmgr clear-history fwupdmgr clear-history
``` ```
</details>
## Further readings ## Further readings
- [Website] - [Website]
@@ -50,7 +61,8 @@ fwupdmgr clear-history
- [Arch wiki] - [Arch wiki]
<!-- <!--
References Reference
═╬═Time══
--> -->
<!-- Upstream --> <!-- Upstream -->