broke lines that are too long in README.

This commit is contained in:
agentzh (章亦春) 2011-05-26 14:43:11 +08:00
parent 777da53f2d
commit 73f13092eb
1 changed files with 2 additions and 1 deletions

3
README
View File

@ -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.