Skip to content

Commit

Permalink
docs: add compatible psql versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta committed Oct 13, 2023
1 parent f97262f commit e2531b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cd peerdb
export COMPOSE_PROJECT_NAME=peerdb-stack
docker compose up

# connect to peerdb and query away
# connect to peerdb and query away (Use psql version >=14.0, <16.0)
psql "port=9900 host=localhost password=peerdb"
```

Expand Down

0 comments on commit e2531b1

Please sign in to comment.