From 8f9387ee81f65c7dcdbfc7358d75bd986db8e6a7 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 27 Aug 2025 17:20:54 +0100 Subject: [PATCH] Add PIE installation instruction to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ac6ff92..0b10862 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ and move it into the `ext/` directory of your PHP installation. Furthermore, add **Unix (PECL)**: Run `pecl install ast` and add `extension=ast.so` to your `php.ini`. +**Unix (PIE)**: Run `pie install nikic/ast` and add `extension=ast.so` to your `php.ini`. + **Unix (Compile)**: Compile and install the extension as follows. ```sh