diff --git a/README.md b/README.md
index 00baf9a0..61312de9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
-
-
+
# Open-Source, Locally-Run AI Presentation Generator (Gamma Alternative)
@@ -23,6 +22,19 @@
* ✅ **Export Ready** — Save as PowerPoint (PPTX) and PDF
* ✅ **Fully Open-Source** — Apache 2.0 licensed
+## Running using source code
+
+Before following these steps make sure [Poetry](https://python-poetry.org/docs/) is installed on your system.
+
+#### 1. Clone this repository
+```git clone https://github.com/presenton/presenton.git```
+
+#### 2. Setup Electron, Python and NextJS Environments.
+```cd presenton && npm run setup:env```
+
+#### 3. Run Presenton
+```npm run dev```
+
## Features
diff --git a/readme_assets/images/logo.png b/readme_assets/images/logo.png
deleted file mode 100644
index 41ad69f2..00000000
Binary files a/readme_assets/images/logo.png and /dev/null differ
diff --git a/readme_assets/images/presenton-logo.png b/readme_assets/images/presenton-logo.png
new file mode 100644
index 00000000..4a3ac317
Binary files /dev/null and b/readme_assets/images/presenton-logo.png differ