From 2da93c45c4247731f45d34d8fc56d22b4ecfe015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Wed, 16 Feb 2011 16:41:49 +0800 Subject: [PATCH] more tweaks of README. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index dd3fd66..99f4fc0 100644 --- a/README +++ b/README @@ -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 , say, ngx_openresty-0.8.54.0.tar.gz @@ -23,11 +23,11 @@ listed on , --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