docs: Add to Docker setup (#1204)

- add command to enter psql interface from command line.
diff --git a/README.md b/README.md
index 614ec9a..a6d2728 100644
--- a/README.md
+++ b/README.md
@@ -199,6 +199,12 @@
     apache/age
 ```
 
+<h5> Enter PostgreSQL's psql: </h5>
+
+```bash
+docker exec -it age psql -d postgresDB -U postgresUser
+```
+
 
 
 <h2><img height="20" src="/img/contents.svg">&nbsp;&nbsp;Post Installation</h2>