refactor serde interfaces and impls
[awesomized/ext-ion] / README.md
index 905b958f9835b0e8daeaa36b094213e2825bad17..ff435ff198521c34be1c4c77f8ea3cd882ba7523 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,8 +10,6 @@ see [spdx.org](https://spdx.org/licenses/BSD-2-Clause.html).
 
 ## Installation:
 
-[PECL](https://pecl.php.net) and [PHARext](https://pharext.org) is WIP.
-
 ### Dependencies:
 #### Required:
 * PHP-8.1
@@ -23,10 +21,20 @@ see [spdx.org](https://spdx.org/licenses/BSD-2-Clause.html).
 ### Trinity:
 ```shell
 phpize
-./configure
+./configure # --with-php-config=<path/to/php-config>
 make # -j$(nproc)
 sudo make install # INSTALL=install
 ```
+
+### PECL
+
+       pecl install ion
+
+### PHARext
+
+Watch out for [PECL replicates](https://replicator.pharext.org?ion)
+and pharext packages attached to [releases](./releases).
+
 ### Try with Docker:
 ```shell
 docker build -t php-ion