Update Contributing to install PG10 instead of 9.6 (#2436)

* Update Contributing to note PG10 install

* Updated suggested link to PG10
pull/2431/head
Sumedh Pathak 2018-10-16 12:31:17 -07:00 committed by GitHub
parent 431ac80563
commit b15d1eee62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ why we ask this as well as instructions for how to proceed, see the
sudo apt-key add - sudo apt-key add -
sudo apt-get update sudo apt-get update
sudo apt-get install -y postgresql-server-dev-9.6 postgresql-9.6 \ sudo apt-get install -y postgresql-server-dev-10 postgresql-10 \
libedit-dev libselinux1-dev libxslt-dev \ libedit-dev libselinux1-dev libxslt-dev \
libpam0g-dev git flex make libssl-dev \ libpam0g-dev git flex make libssl-dev \
libkrb5-dev libkrb5-dev
@ -67,7 +67,7 @@ why we ask this as well as instructions for how to proceed, see the
#### Red Hat-based Linux (RHEL, CentOS, Fedora) #### Red Hat-based Linux (RHEL, CentOS, Fedora)
1. Find the PostgreSQL 9.6 RPM URL for your repo at [yum.postgresql.org](http://yum.postgresql.org/repopackages.php#pg96) 1. Find the PostgreSQL 10 RPM URL for your repo at [yum.postgresql.org](http://yum.postgresql.org/repopackages.php#pg10)
2. Register its contents with Yum: 2. Register its contents with Yum:
```bash ```bash