From a25074b7470fa5c8b729352344537e8808453f85 Mon Sep 17 00:00:00 2001
From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com>
Date: Mon, 4 May 2026 00:09:00 +0300
Subject: [PATCH] Update README.md
---
README.md | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 54f37ea..f88b352 100644
--- a/README.md
+++ b/README.md
@@ -27,16 +27,10 @@
```
cd ~/.config/capture-ai/
```
- Core System & Python
+ 🧩 Core System & Python
```
sudo pacman -S --needed python python-virtualenv git
```
-
- 🖥️ GTK4 UI Dependencies
- ```
- sudo pacman -S --needed gtk4 libadwaita python-gobject gobject-introspection
- ```
-
Enviroment
```
python -m venv venv
@@ -44,6 +38,11 @@
pip install -r requirements.txt
```
+ 🖥️ GTK4 UI Dependencies
+ ```
+ sudo pacman -S --needed gtk4 libadwaita python-gobject gobject-introspection
+ ```
+
🎨 Rendering & Graphics
```
sudo pacman -S --needed cairo pango gdk-pixbuf2
@@ -62,7 +61,7 @@
🎧 Audio / Voice
- 🎙️ pw-record / arecord -> 📄 WAV file -> 🧠 whisper-cli -> ✍ Text input
+ 🎙️ voice record -> 📄 WAV file -> 🧠 whisper-cli -> ✍ Text input
🎙️ Offline Voice Input,voice record (Speech → Text)
```