update readme with docker instructions
This commit is contained in:
parent
1697d1ebd0
commit
d11bec8a2c
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ git clone git@github.com:akdeb/ElatoAI.git
|
||||||
|
|
||||||
2. **Start Supabase**
|
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
|
```bash
|
||||||
brew install supabase/tap/supabase
|
brew install supabase/tap/supabase
|
||||||
supabase start # This starts your local Supabase server with the default migrations and seed data.
|
supabase start # This starts your local Supabase server with the default migrations and seed data.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue