tokers commented on a change in pull request #3415: URL: https://github.com/apache/apisix/pull/3415#discussion_r566543085
########## 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: Changed. ---------------------------------------------------------------- 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]
