shreemaan-abhishek commented on code in PR #8807:
URL: https://github.com/apache/apisix/pull/8807#discussion_r1098477914


##########
docs/en/latest/getting-started.md:
##########
@@ -119,41 +119,20 @@ We receive a JSON response when we send the request:
 
 ## Install Apache APISIX
 
-To get started, we will install Apache APISIX with Docker and enable the 
[Admin API](./admin-api.md).
+The APISIX can be easily installed and started with the quickstart script.

Review Comment:
   ```suggestion
   APISIX can be easily installed and started with the quickstart script.
   ```
   
   I think using `The APISIX` would be incorrect here.



##########
docs/en/latest/getting-started.md:
##########
@@ -119,41 +119,20 @@ We receive a JSON response when we send the request:
 
 ## Install Apache APISIX
 
-To get started, we will install Apache APISIX with Docker and enable the 
[Admin API](./admin-api.md).
+The APISIX can be easily installed and started with the quickstart script.
 
-First clone the [apisix-docker](https://github.com/apache/apisix-docker) 
repository:
-
-```shell
-git clone https://github.com/apache/apisix-docker.git
-cd apisix-docker/example
-```
-
-Now, you can use `docker-compose` to start APISIX.
-
-<Tabs
-  groupId="cpu-arch"
-  defaultValue="x86"
-  values={[
-    {label: 'x86', value: 'x86'},
-    {label: 'ARM/M1', value: 'arm'},
-  ]}>
-<TabItem value="x86">
-
-```shell
-docker-compose -p docker-apisix up -d
+```sh
+curl -sL https://run.api7.ai/apisix/quickstart | sh
 ```
 
-</TabItem>
+This command runs APISIX and etcd locally with Docker. APISIX uses etcd to 
save and synchronize configuration. Both the etcd and the APISIX use 
[**host**](https://docs.docker.com/network/host/) Docker network mode. That is, 
the APISIX can be accessed from local.

Review Comment:
   ```suggestion
   This command runs APISIX and etcd locally with Docker. APISIX uses etcd to 
save and synchronize configuration. Both etcd and APISIX use the 
[**host**](https://docs.docker.com/network/host/) Docker network mode. That is, 
APISIX can be accessed locally.
   ```



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