mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
phpize: changed bullets
This commit is contained in:
parent
b9614e66dd
commit
4a89cfeafe
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
> 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`
|
||||
|
||||
* Delete files previously created by phpize:
|
||||
- Delete files previously created by phpize:
|
||||
|
||||
`phpize --clean`
|
||||
|
|
Loading…
Add table
Reference in a new issue