From baf53dc80c2fcc1b96f88faffe3e9d6cec1fded4 Mon Sep 17 00:00:00 2001 From: Giancarlo Buomprisco Date: Tue, 21 Jan 2025 12:25:12 +0800 Subject: [PATCH] Fix Port and Command in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f52172e..f1db154 100644 --- a/README.md +++ b/README.md @@ -109,10 +109,10 @@ Please make sure you have a Docker daemon running on your machine. Then run the following command to start Supabase: ```bash -pnpm run supabase:start +pnpm run supabase:web:start ``` -Once the Supabase server is running, you can access the Supabase dashboard at http://localhost:54321. +Once the Supabase server is running, please access the Supabase Dashboard using the port in the output of the previous command. Normally, you find it at [http://localhost:54323](http://localhost:54323). You will also find all the Supabase services printed in the terminal after the command is executed.