Update README.md

This commit is contained in:
Han Qiao
2025-07-23 15:45:46 +08:00
committed by GitHub
parent d3753c9dbc
commit a35ea70530

View File

@@ -45,7 +45,7 @@ steps:
with: with:
version: latest version: latest
- run: supabase db start - run: supabase db start
# Optionally connect to the database using psql # Optionally connect to the local database using psql
- run: psql 'postgres://postgres:postgres@localhost:54322/postgres' -c '' - run: psql 'postgres://postgres:postgres@localhost:54322/postgres' -c ''
``` ```