From 18f1f34a755b8d40d0491a9466da91b99009c746 Mon Sep 17 00:00:00 2001
From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com>
Date: Thu, 21 May 2026 22:34:48 +0300
Subject: [PATCH] Update README.md
---
README.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ebce1f7..1dfead4 100644
--- a/README.md
+++ b/README.md
@@ -197,7 +197,12 @@ Unlike traditional chat tools, Capture AI can understand, transform, and generat
🧰 System Utilities
```
- sudo pacman -S --needed glib2 xdg-utils noto-fonts-emoji
+ sudo pacman -S --needed xdg-desktop-portal xdg-desktop-portal-gtk glib2 xdg-utils noto-fonts-emoji
+ ```
+
+ ♿ Accessibility / Screen Reader
+ ```
+ sudo pacman -S --needed orca speech-dispatcher espeak-ng at-spi2-core
```
@@ -314,6 +319,11 @@ Unlike traditional chat tools, Capture AI can understand, transform, and generat
```
sudo apt install -y xdg-utils xdg-desktop-portal xdg-desktop-portal-gtk fonts-noto-color-emoji
```
+
+ ♿ Accessibility / Screen Reader
+ ```
+ sudo apt install -y orca speech-dispatcher espeak-ng at-spi2-core
+ ```