spacewander commented on a change in pull request #5384: URL: https://github.com/apache/apisix/pull/5384#discussion_r739903787
########## File path: docs/en/latest/how-to-build.md ########## @@ -59,7 +61,7 @@ This installation method is suitable for CentOS 7, please run the following comm sudo yum install -y https://github.com/apache/apisix/releases/download/2.10.1/apisix-2.10.1-0.el7.x86_64.rpm Review comment: Can we only keep the installation from our rpm repo? There is no need to submit the rpm to GitHub anymore. ########## File path: docs/en/latest/how-to-build.md ########## @@ -37,11 +37,13 @@ This installation method is suitable for CentOS 7. For now, the Apache APISIX RP ```shell sudo yum-config-manager --add-repo https://repos.apiseven.com/packages/centos/apache-apisix.repo -# View apisix package information, only 2.10.0 is included for now +# View the information of the latest apisix 2.10.1-0.el7 package Review comment: We can hide the version of apisix? Otherwise, we need to update it each time after the release. ########## File path: docs/en/latest/how-to-build.md ########## @@ -37,11 +37,13 @@ This installation method is suitable for CentOS 7. For now, the Apache APISIX RP ```shell sudo yum-config-manager --add-repo https://repos.apiseven.com/packages/centos/apache-apisix.repo -# View apisix package information, only 2.10.0 is included for now +# View the information of the latest apisix 2.10.1-0.el7 package sudo yum info -y apisix + +# Will show the apisix 2.10.1-0.el7 and 2.10.0-0.el7 packages sudo yum --showduplicates list apisix -# Will install apisix-2.10.0 +# Will install apisix-2.10.1 Review comment: Ditto -- 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]
