From 4848d280142d67a7b03ab7e122a507164a3bd45f Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 7 Dec 2022 02:03:23 -0300 Subject: [PATCH] README: update wording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 709b06a..02e33d7 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ It adds various modules but the most important of them is Lua scripting It is an effective replacement to your NGINX installation, but you can have them coexisting (say, NGINX on port 80, OpenResty being reverse proxied by -NGINX on port 8069, though I wouldn't recommend it). +NGINX on port 8069, though I wouldn't recommend it in production environments). ### actually installing aproxy -``` +```sh mkdir /opt git clone https://gitdab.com/luna/aproxy @@ -82,7 +82,7 @@ http { ## Running the test suite -requires luajit, and nothing else. +requires luarocks, luajit, and nothing else. ```sh make testdeps