Skip to content

Commit dc59854

Browse files
derickrnikic
authored andcommitted
Add PIE installation instruction to README.md
1 parent 4adc6ad commit dc59854

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ and move it into the `ext/` directory of your PHP installation. Furthermore, add
2828

2929
**Unix (PECL)**: Run `pecl install ast` and add `extension=ast.so` to your `php.ini`.
3030

31+
**Unix (PIE)**: Run `pie install nikic/ast` and add `extension=ast.so` to your `php.ini`.
32+
3133
**Unix (Compile)**: Compile and install the extension as follows.
3234

3335
```sh

0 commit comments

Comments
 (0)