mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 16:16:25 +00:00
Update README.md
This commit is contained in:
@@ -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 ''
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user