added phpize to readme build steps

This commit is contained in:
Justin Boswell
2021-01-12 22:43:42 +00:00
parent af799ffab3
commit 20309ea977
+1
View File
@@ -7,6 +7,7 @@
## Building ## Building
```sh ```sh
$ phpize
$ ./configure $ ./configure
$ make && make test $ make && make test
``` ```