shreemaan-abhishek commented on code in PR #11160:
URL: https://github.com/apache/apisix/pull/11160#discussion_r1582631482
##########
docs/en/latest/building-apisix.md:
##########
@@ -45,16 +45,10 @@ 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:
-
-```shell
-APISIX_VERSION='3.9.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 master https://github.com/apache/apisix.git
Review Comment:
yes.
--
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]