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]