Navigation Menu

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
netroby committed Dec 26, 2019
1 parent 25abb16 commit fd8fed1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
@@ -1,8 +1,8 @@
###Yaf Document
### Yaf Document

###How to build
### How to build

####Requirement
#### Requirement

1. PHP-5.3+
2. PHD
Expand All @@ -14,8 +14,8 @@
$ phd --help
````

####English Manual
#####Checkout PHP doc tree
#### English Manual
##### Checkout PHP doc tree

````
$ mkdir /tmp/svn
Expand All @@ -24,11 +24,11 @@
$ cd /tmp/svn/doc-en
````

#####Yaf doc
##### Yaf doc

Yaf documents could be found under doc-en/en/reference/yaf

#####Build Yaf doc
##### Build Yaf doc

````
$ /path-to-php/bin/php -n -d memory_limit=2G doc-base/configure.php --with-php=/path-to-php/bin/php --enable-xml-details
Expand All @@ -37,9 +37,9 @@ $ /path-to-ph/bin/phd -d doc-base/.manual.xml --format=php --package=PHP --parti

if no errros are reported, then you can find the output under doc-en/output

####Chinese Manual
#### Chinese Manual

#####Checkout PHP doc tree
##### Checkout PHP doc tree

````
$ mkdir /tmp/svn
Expand All @@ -48,11 +48,11 @@ if no errros are reported, then you can find the output under doc-en/output
$ cd /tmp/svn/doc-zh
````

#####Yaf doc
##### Yaf doc

Yaf documents could be found under doc-zh/zh/reference/yaf

#####Build Yaf doc
##### Build Yaf doc

````
$ /path-to-php/bin/php -n -d memory_limit=2G doc-base/configure.php --with-php=/path-to-php/bin/php --enable-xml-details
Expand All @@ -62,5 +62,5 @@ $ /path-to-ph/bin/phd -d doc-base/.manual.xml --format=php --package=PHP --parti
if no errros are reported, then you can find the output under doc-zh/output


####Setup a local php.net mirror
#### Setup a local php.net mirror

0 comments on commit fd8fed1

Please sign in to comment.