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
|
# 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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user