spacewander commented on a change in pull request #3415: URL: https://github.com/apache/apisix/pull/3415#discussion_r565898372
########## File path: doc/install-dependencies.md ########## @@ -55,6 +55,15 @@ sudo yum-config-manager --add-repo https://openresty.org/package/centos/openrest # install OpenResty and some compilation tools sudo yum install -y openresty curl git gcc luarocks lua-devel openresty-openssl-devel +# if the luarocks installed by yum is not the 3.x, installing it from source. +sudo bash ./utils/linux-install-luarocks.sh Review comment: Maybe we need to use some wget/curl trick to get the script. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
