diff --git a/README.md b/README.md index 7a9684d..7692a12 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +
Video-Generator-AI @@ -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. -