typo, parameter and type fixes
[mdref/mdref-pq] / pq.md
diff --git a/pq.md b/pq.md
index 9e920d46e253c850ade5c64c0352ba2f1dcf7bc0..25ad2230c66c4e58845773996934918f419a2acb 100644 (file)
--- a/pq.md
+++ b/pq.md
@@ -13,10 +13,24 @@ This is a modern binding to the mature [libpq](http://www.postgresql.org/docs/cu
 
 ## Installation:
 
-This extension is hosted at PECL and can be installed with PEAR’s pecl command:
+This extension is hosted at [PECL](http://pecl.php.net) and can be installed with [PEAR](http://pear.php.net)'s pecl command:
 
        # pecl install pq
 
+### PHARext
+
+Watch out for [PECL replicates](https://replicator.pharext.org?pq)
+and pharext packages attached to [releases](https://github.com/m6w6/ext-pq/releases).
+
+### Checkout
+
+       git clone github.com:m6w6/ext-pq
+       cd ext-pq
+       /path/to/phpize
+       ./configure --with-php-config=/path/to/php-config
+       make
+       sudo make install
+
 ## Dependencies:
 
 This extension unconditionally depends on the pre-loaded presence of the following PHP extensions: