1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:42:07 +02:00

phpize: changed bullets

This commit is contained in:
Hayden Schiff 2016-02-05 11:00:30 -05:00
parent b9614e66dd
commit 4a89cfeafe

View file

@ -2,10 +2,10 @@
> Prepare a PHP extension for compiling. > Prepare a PHP extension for compiling.
* Prepare the PHP extension in the current directory for compiling: - Prepare the PHP extension in the current directory for compiling:
`phpize` `phpize`
* Delete files previously created by phpize: - Delete files previously created by phpize:
`phpize --clean` `phpize --clean`