You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/02/09 12:14:39 UTC

[GitHub] [apisix] spacewander commented on a change in pull request #6213: docs: added cpanm installation commands and remove $ sign

spacewander commented on a change in pull request #6213:
URL: https://github.com/apache/apisix/pull/6213#discussion_r802598291



##########
File path: docs/en/latest/how-to-build.md
##########
@@ -185,23 +185,29 @@ 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
+cd /bin
+curl -L https://cpanmin.us/ -o cpanm

Review comment:
       Don't we need sudo to write a file under `/bin`?




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org