diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4432e92
--- /dev/null
+++ b/README.md
@@ -0,0 +1,41 @@
+
+
+# Smart Home Server
+
+MQTT and Telegram [SmartHome](https://github.com/ben-aslan/SmartHome)
+(Tested on Ubuntu 22.04 & 24.04)
+
+
+
+
+
+## Table of Contents
+
+- [Installation](#installation)
+
+## Installation
+
+Installation with docker:
+
+Install docker
+
+```bash
+curl -fsSL https://get.docker.com | sh
+```
+
+```bash
+mkdir /opt/SmartHomeServer
+cd /opt/SmartHomeServer
+```
+
+```bash
+curl -O -L "https://raw.githubusercontent.com/ben-aslan/SmartHomeServer/Main/docker-compose.yml";
+```
+
+```bash
+mkdir Logs
+```
+
+```bash
+docker compose up -d
+```