diff --git a/README.md b/README.md index b742355..70bf28b 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ steps: with: version: latest - run: supabase db start + # Optionally connect to the database using psql + - run: psql 'postgres://postgres:postgres@localhost:54322/postgres' -c '' ``` Since Supabase CLI relies on Docker Engine API, additional setup may be required