diff --git a/README.md b/README.md
index 3fdec46..884c794 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,10 @@
-
+
+
+
+
@@ -68,6 +71,14 @@ cd kobackupdec
pip install -r requirements.txt
```
+### 📦 Building a Standalone Executable (.exe)
+
+You can compile the GUI into a portable `.exe` file that requires zero setup (no Python installation needed):
+
+1. Install PyInstaller: `pip install pyinstaller Pillow`
+2. Run the build script: `python build.py`
+3. The standalone application will be generated at `dist/KoBackupDecryptor.exe`.
+
### Dependencies
| Package | Purpose |