From d11bec8a2ca5c12b7985b61acc9a616b794f97cd Mon Sep 17 00:00:00 2001 From: akdeb Date: Sun, 25 May 2025 13:22:44 +0100 Subject: [PATCH] update readme with docker instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce98bbb..311777c 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ git clone git@github.com:akdeb/ElatoAI.git 2. **Start Supabase** -Install [Supabase CLI](https://supabase.com/docs/guides/local-development/cli/getting-started) and set up your Local Supabase Backend. Make sure you have Docker Desktop set up. Then from the root directory, run: +Install [Supabase CLI](https://supabase.com/docs/guides/local-development/cli/getting-started) and set up your Local Supabase Backend. Make sure you have [Docker Desktop](https://www.docker.com/products/docker-desktop/) set up. Then from the root directory, run: ```bash brew install supabase/tap/supabase supabase start # This starts your local Supabase server with the default migrations and seed data.