From 94bf9f4f360437231333bbf723761a9b3d82a7ce Mon Sep 17 00:00:00 2001 From: beau <132167908+beaudjango@users.noreply.github.com> Date: Sat, 2 Mar 2024 23:24:23 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8403996..2fe5238 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ First, you will need to install the Supabase CLI. You can install it using the i Once you have the CLI installed, you can run the following commands to set up a local Supabase instance: +```bash +supabase init +``` + ```bash supabase start ```