From dd507ca515ca3954917d889d57c7b55783768233 Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Sat, 20 Jun 2026 20:37:14 +0200 Subject: [PATCH] update with command to start dev db --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25688d0..1c38c0e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ To start your Phoenix server: +* Run `docker compose up -d` to run the development database * Run `mix setup` to install and setup dependencies * Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`