Reflect PG14 changes in the readme

pull/5332/head
Onder Kalaci 2021-10-01 10:03:27 +02:00
parent d7fde7dd1a
commit 0995cfef49
1 changed files with 2 additions and 2 deletions

View File

@ -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`: