Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
More cleanup.  Reduce instructions for Debian/Ubuntu, since those are already linked.  On Windows mentioned the PostgreSQL windows distribution.
  • Loading branch information
robe2 authored Nov 6, 2023
1 parent 462f899 commit 9bcbe16
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ This library provides PostgreSQL bindings for the [H3 Core Library](https://gith
Developed in collaboration with [Scandinavian Highlands](http://www.scandinavian-highlands.com).

## Binary distributions
These don't require you have the development headers or cmake
These don't require you have the development headers or cmake installed.

### Debian/Ubuntu
Replace 16 with your postgresql version
Also detailed [PGDG Ubuntu](https://www.postgresql.org/download/linux/ubuntu/) and [PGDG Ubuntu](https://www.postgresql.org/download/linux/debian/)
Replace 16 with your postgresql version.
Refer to [PGDG Ubuntu](https://www.postgresql.org/download/linux/ubuntu/) and [PGDG Ubuntu](https://www.postgresql.org/download/linux/debian/) for installing PostgreSQL
```
sudo apt install postgresql-16-h3
```

### Redhat Derivatives (Rocky / EL 8+ / CentOS 8+)
### Redhat Derivatives (Rocky / EL 8+ / Fedora 37+ / CentOS 8+)
Replace 16 with your postgresql version
Refer to [Redhat Yum.postgresql.org](https://www.postgresql.org/download/linux/redhat/) for installing PostgreSQL
```
Expand All @@ -30,6 +30,7 @@ sudo yum install h3-pg_16

Included as part of PostGIS Bundle 3.3+ for PostgreSQL 11-16
Details: [postgis.net windows](https://postgis.net/documentation/getting_started/install_windows/released_versions/)
Works with [PostgreSQL Windows](https://www.postgresql.org/download/windows/) and PostGIS bundle is accessible via the included Application Stackbuilder.

## Compiling Prerequisites

Expand Down

0 comments on commit 9bcbe16

Please sign in to comment.