diff --git a/README.md b/README.md index 26fc400f8..698d22b1e 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,12 @@ docker run \ apache/age ``` +
Enter PostgreSQL's psql:
+ +```bash +docker exec -it age psql -d postgresDB -U postgresUser +``` +

  Post Installation

For every connection of AGE you start, you will need to load the AGE extension.