diff --git a/README.md b/README.md index b8d8f00be..28f3aa170 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,12 @@ docker run \ apache/age ``` +
Enter PostgreSQL's psql:
+ +```bash +docker exec -it age psql -d postgresDB -U postgresUser +``` +

  Post Installation