From 15922bede1ce2a08f437a6e6d274f1090ae918ae Mon Sep 17 00:00:00 2001
From: webbrain-one <295484252+webbrain-one@users.noreply.github.com>
Date: Wed, 12 Aug 2026 01:11:55 +0300
Subject: [PATCH] docs: improve README
---
README.md | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7a9684d..7692a12 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+
+

@@ -106,7 +108,15 @@ NEXT_PUBLIC_OPENAI_API_KEY=
> ⚠️ **Warning**: The app may not function correctly if the my API keys are expired or invalid. Please ensure your own valid API keys are added to avoid disruptions.
-### 4. Run the App
+### 4. Push Database Schema
+
+Sync your database tables with the Drizzle ORM schema by running:
+
+```bash
+npm run db:push
+```
+
+### 5. Run the App
```bash
npm run dev
@@ -123,4 +133,3 @@ We welcome contributions! Please fork the repository, make your changes, and sub
## License
Distributed under the GNU GPL License. See [LICENSE](LICENSE) for more information.
-