Skip to content

Commit d258866

Browse files
author
S. M. AMRAN
authored
Update building-php-linux.md
1 parent 4789aa7 commit d258866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

building-php-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Build PHP From Source [Linux]
1+
# Build PHP From Source [Linux]
22
```
33
#!/bin/bash
44
sudo apt update && \
@@ -56,8 +56,8 @@ make -j4 && \
5656
./sapi/cli/php -v
5757
```
5858

59-
## Notes
60-
## View all options
59+
# Notes
60+
# View all options
6161
```
6262
./configure --help
6363
```

0 commit comments

Comments
 (0)