From 0995cfef494f27004d4723372cc051f875a86ec6 Mon Sep 17 00:00:00 2001 From: Onder Kalaci Date: Fri, 1 Oct 2021 10:03:27 +0200 Subject: [PATCH] Reflect PG14 changes in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c60994907..ebb0e3b66 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,14 @@ Install packages on Ubuntu / Debian: ```bash curl https://install.citusdata.com/community/deb.sh > add-citus-repo.sh sudo bash add-citus-repo.sh -sudo apt-get -y install postgresql-13-citus-10.2 +sudo apt-get -y install postgresql-14-citus-10.2 ``` Install packages on CentOS / Fedora / Red Hat: ```bash curl https://install.citusdata.com/community/rpm.sh > add-citus-repo.sh sudo bash add-citus-repo.sh -sudo yum install -y citus102_13 +sudo yum install -y citus102_14 ``` To add Citus to your local PostgreSQL database, add the following to `postgresql.conf`: