imjoey commented on a change in pull request #5384: URL: https://github.com/apache/apisix/pull/5384#discussion_r739905920
########## 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. @spacewander good catch. Done. Thanks. ########## 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: @spacewander good catch. Done. Thanks. -- 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]
