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 + ```