From 73f13092eb47801461233a470f9d46692a6aaaaf 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: Thu, 26 May 2011 14:43:11 +0800 Subject: [PATCH] broke lines that are too long in README. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 531bce9..1f9548f 100644 --- a/README +++ b/README @@ -73,7 +73,8 @@ in your PATH environment, and then follow the following steps: Then you can start your server this way: - /usr/local/openresty/nginx/sbin/nginx -p /path/to/your/server/root -c /path/to/your/nginx.conf + /usr/local/openresty/nginx/sbin/nginx -p /path/to/your/server/root \ + -c /path/to/your/nginx.conf assuming you're using the default "prefix", i.e., /usr/local/openresty, in Step 2.