spacewander commented on a change in pull request #6284: URL: https://github.com/apache/apisix/pull/6284#discussion_r804341405
########## File path: docs/en/latest/how-to-build.md ########## @@ -204,23 +204,30 @@ Run the `apisix help` command to see the returned results and get commands and d ```shell # more actions find by `help` -$ apisix help +apisix help ``` ## Step 4: Run Test Cases 1. Install `cpanminus`, the package manager for `perl`. +```shell +curl -L https://cpanmin.us/ -o cpanm Review comment: I have reconsidered it. Maybe putting a link to the official installation is better? https://metacpan.org/pod/App::cpanminus#INSTALLATION -- 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]
