Skip to content

Commit

Permalink
Update Installation Instructions, per Devrim (thanks!)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri committed Jan 7, 2013
1 parent 0a83cb1 commit 7013d5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,22 @@ will try to match a phone number to the longest prefix in the table:

### debian and ubuntu packages

Replace the PostgreSQL major version number here by the one you're running
(pick either `9.1` or `9.2`):

apt-get install postgresql-9.2-prefix
psql ...
=# create extension prefix;

### fedora, red hat, centos and scientific linux packages

Replace the PostgreSQL major version number here by the one you're running
(pick either `91` or `92`):

yum install prefix92
psql ...
=# create extension prefix;

### from sources

Check `$PATH`, then
Expand Down

0 comments on commit 7013d5b

Please sign in to comment.