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.