Skip to content

Commit

Permalink
Merge pull request #181 from robe2/patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pramsey authored Sep 8, 2024
2 parents 5f8d108 + f4ecb51 commit ca0a57e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,13 @@ By default a 5 second timeout is set for the completion of a request. If a diff

## Installation

### UNIX
### Debian / Ubuntu apt.postgresql.org
Replace 17 with your version of PostgreSQL
```
apt install postgresql-17-http
```

### UNIX: Compile from Source

If you have PostgreSQL (>= 9.3) devel packages and CURL devel packages installed (>= 0.7.20), you should have `pg_config` and `curl-config` on your path, so you should be able to just run `make` (or `gmake`), then `make install`, then in your database `CREATE EXTENSION http`.

Expand Down

0 comments on commit ca0a57e

Please sign in to comment.