more tweaks of README.

This commit is contained in:
agentzh (章亦春) 2011-02-16 16:41:49 +08:00
parent 2d9e6c01ff
commit 2da93c45c4
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -11,7 +11,7 @@ The bundled software components are copyrighted by the respective copyright hold
To build ngx_openresty, follow the following steps
1. Download the latest ngx_openresty tarball
1. download the latest ngx_openresty tarball
listed on <http://openresty.org >,
say, ngx_openresty-0.8.54.0.tar.gz
@ -23,11 +23,11 @@ listed on <http://openresty.org >,
--with-http_drizzle_module \
--with-http_rds_json_module
3. Build everything locally
3. build everything locally
make
4. Install ngx_openresty into the target directory that you specified by
4. install ngx_openresty into the target directory that you specified by
the --prefix option in Step 2.
make install