You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jo...@apache.org on 2022/10/26 04:06:32 UTC

[age-website] branch master updated: Add apt Postgres install instructions for PG 12

This is an automated email from the ASF dual-hosted git repository.

joshinnis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 53d7d50  Add apt Postgres install instructions for PG 12
53d7d50 is described below

commit 53d7d5075c298a8f2f4ca1c7153615cf9fb3f508
Author: Josh Innis <Jo...@gmail.com>
AuthorDate: Wed Oct 26 13:06:02 2022 +0900

    Add apt Postgres install instructions for PG 12
---
 docs/intro/setup.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/intro/setup.md b/docs/intro/setup.md
index b24c541..eb67d80 100644
--- a/docs/intro/setup.md
+++ b/docs/intro/setup.md
@@ -49,10 +49,17 @@ You can use a package management that your OS provides to download AGE.
 
 #### Ubuntu
 
+##### Postgres 11
+
 ```
 sudo apt install postgresql-server-dev-11
 ```
 
+##### Postgres 12
+```
+sudo apt install postgresql-12
+```
+
 ### Installation
 
 Clone the <a href='https://github.com/apache/age'>github repository</a> or <a href='https://github.com/apache/age/releases'>download an official release</a>