kayx23 commented on code in PR #11640:
URL: https://github.com/apache/apisix/pull/11640#discussion_r1797610003


##########
docs/en/latest/building-apisix.md:
##########
@@ -45,24 +45,26 @@ To build and package APISIX for a specific platform, see 
[apisix-build-tools](ht
 
 ## Building APISIX from source
 
-First of all, we need to specify the version `APISIX_VERSION` to be installed:
+First of all, we need to specify the branch to be built:
 
 ```shell
-APISIX_VERSION='3.11.0'
+APISIX_BRANCH='release/3.11.0'
 ```
 
 Then, you can run the following command to clone the APISIX source code from 
Github:
 
 ```shell
-git clone --depth 1 --branch ${APISIX_VERSION} 
https://github.com/apache/apisix.git apisix-${APISIX_VERSION}
+git clone --depth 1 --branch ${APISIX_BRANCH} 
https://github.com/apache/apisix.git apisix-${APISIX_BRANCH}
 ```
 
 Alternatively, you can also download the source package from the 
[Downloads](https://apisix.apache.org/downloads/) page. Note that source 
packages here are not distributed with test cases.
 
+Before installation, install 
[OpenResty](https://openresty.org/en/installation.html).

Review Comment:
   Otherwise:
   
   <img width="962" alt="image" 
src="https://github.com/user-attachments/assets/0a25d127-6578-43b7-9a56-b62c5df51140";>
   



-- 
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]

Reply via email to