brew install supabase then ran supabase init and then supabase start in my project directory which gave me the following error:➜ supabase start
Error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
in github.com/supabase/cli/internal/utils.AssertDockerIsRunning:41
in github.com/supabase/cli/internal/start.Run:43
Try rerunning the command with --debug to troubleshoot the error.