extend installing section
[mdref/mdref-propro] / propro.md
index 2e16ed4ae8ff8598c57747ad6698360093e8b1db..3e512e791e73f2b8b43397c9cc81681749261902 100644 (file)
--- a/propro.md
+++ b/propro.md
@@ -4,8 +4,6 @@
 
 The "Property Proxy" extension provides a fairly transparent proxy for internal object properties hidden in custom non-zval implementations.
 
-> **Note:** This extension mostly only provides infrastructure for other extensions, see http://php.github.io/pecl-php-propro/.
-
 See the php\PropertyProxy class, for the user-land visible part of the implementation.
 
 ## Installation:
@@ -14,3 +12,22 @@ This extension is hosted at [PECL](http://pecl.php.net) and can be installed wit
 
     # pecl install propro
 
+### PHARext
+
+Watch out for [PECL replicates](https://replicator.pharext.org?propro)
+and pharext packages attached to [releases](https://github.com/m6w6/ext-propro/releases).
+
+### Checkout
+
+       git clone github.com:m6w6/ext-propro
+       cd ext-propro
+       /path/to/phpize
+       ./configure --with-php-config=/path/to/php-config
+       make
+       sudo make install
+
+## Internals:
+
+> ***NOTE:***
+  This extension mostly only provides infrastructure for other extensions.
+  See the [API docs here](http://php.github.io/pecl-php-propro/).