diff --git a/README.md b/README.md index 18f281a..df7f89d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Markdown-based tutorials and articles webapp, built using Docker, NextJS & Prism DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres?schema=explainegy" ``` +2. Run the following commands: + ```bash docker compose up -d npm run dev