Skip to content

Commit

Permalink
Merge pull request pramsey#34 from juliogonzalez/doc/curl-version
Browse files Browse the repository at this point in the history
Document minimum required curl version (0.7.20)
  • Loading branch information
pramsey authored Oct 3, 2016
2 parents a58d9d2 + db4a51d commit ff4003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ By default a 5 second timeout is set for the completion of a request. If a diff

### UNIX

If you have PostgreSQL devel packages and CURL devel packages installed, you should have `pg_config` and `curl-config` on your path, so you should be able to just run `make`, then `make install`, then in your database `CREATE EXTENSION http`.
If you have PostgreSQL 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`, then `make install`, then in your database `CREATE EXTENSION http`.

If you already installed version 1.0 and you just want to upgrade, then `ALTER EXTENSION http UPDATE TO '1.1'`.

Expand Down

0 comments on commit ff4003d

Please sign in to comment.