leslie-tsang commented on a change in pull request #5718:
URL: https://github.com/apache/apisix/pull/5718#discussion_r767492863



##########
File path: docs/en/latest/how-to-build.md
##########
@@ -66,34 +67,49 @@ Please refer to: [Installing Apache APISIX with Helm 
Chart](https://github.com/a
 1. Create a directory named `apisix-2.11.0`.
 
   ```shell
-  mkdir apisix-2.11.0
+  $ mkdir apisix-2.11.0

Review comment:
       ```suggestion
     $ APISIX_VERSION='2.11.0'
     $ mkdir apisix-${APISIX_VERSION}
   ```
   Would this be better ?

##########
File path: docs/en/latest/how-to-build.md
##########
@@ -66,34 +67,49 @@ Please refer to: [Installing Apache APISIX with Helm 
Chart](https://github.com/a
 1. Create a directory named `apisix-2.11.0`.
 
   ```shell
-  mkdir apisix-2.11.0
+  $ mkdir apisix-2.11.0
   ```
 
 2. Download Apache APISIX Release source package.
 
   ```shell
-  wget https://downloads.apache.org/apisix/2.11.0/apache-apisix-2.11.0-src.tgz
+  $ wget 
https://downloads.apache.org/apisix/2.11.0/apache-apisix-2.11.0-src.tgz

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

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


Reply via email to