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