tzssangglass commented on a change in pull request #5136: URL: https://github.com/apache/apisix/pull/5136#discussion_r716058656
########## File path: docs/en/latest/how-to-build.md ########## @@ -76,6 +76,8 @@ Please refer to: [Installing Apache APISIX with Helm Chart](https://github.com/a cd apisix-2.9 # Create dependencies make deps + # Install apisix command + make install Review comment: I think `make install` means installing the APISIX code into luarocks. The context here is to download the APISIX source code, so does the source code still need to be installed to luarocks? I thought it was no longer needed. what's your option? @spacewander @membphis -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
