diff --git a/README.md b/README.md
index a1ab995..f1dfeff 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,12 @@
-# GoDump
+
+

+
+ # GoDump
GoDump is a lightweight, standalone MariaDB backup application written in Go. It manages multiple MariaDB instances concurrently, automatically discovers databases, runs scheduled backups, enforces retention policies, and presents a sleek, embedded web UI to manage operations.
+
+
## Features
- **Multi-Instance Support**: Manage multiple MariaDB servers independently.
@@ -19,16 +24,14 @@ The machine running GoDump must have the following installed in its system PATH:
- `mysqldump`
- `gzip`
-## Building from Source
+## Installation
-Ensure you have Go 1.20+ installed.
-
-```bash
-git clone