mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(kb/fwupd): improve readability
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
# Fwupd
|
||||
|
||||
## Table of contents <!-- omit in toc -->
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
1. [Sources](#sources)
|
||||
|
||||
## TL;DR
|
||||
|
||||
<details>
|
||||
<summary>Setup</summary>
|
||||
|
||||
```sh
|
||||
# Installation.
|
||||
apt install 'fwupd'
|
||||
@@ -16,6 +17,14 @@ pacman -Sy 'fwupd'
|
||||
pamac install 'fwupd'
|
||||
yum install 'fwupd'
|
||||
zypper install 'fwupd'
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
|
||||
```sh
|
||||
|
||||
# Display detected devices.
|
||||
fwupdmgr get-devices
|
||||
@@ -39,6 +48,8 @@ fwupdmgr report-history
|
||||
fwupdmgr clear-history
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Website]
|
||||
@@ -50,7 +61,8 @@ fwupdmgr clear-history
|
||||
- [Arch wiki]
|
||||
|
||||
<!--
|
||||
References
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- Upstream -->
|
||||
|
||||
Reference in New Issue
Block a user