navendu-pottekkat commented on code in PR #6929:
URL: https://github.com/apache/apisix/pull/6929#discussion_r858439358


##########
docs/en/latest/getting-started.md:
##########
@@ -115,55 +117,74 @@ We receive a JSON response when we send the request:
 }
 ```
 
-## Pre-Requisites
+## Install Apache APISIX
 
-Before you jump ahead, make sure that you have your machine setup with these 
tools.
+To get started, we will install Apache APISIX with Docker and enable the 
[Admin API](./admin-api.md).
 
-- [Docker](https://www.docker.com/) and [Docker 
Compose](https://docs.docker.com/compose/).
+First clone the [apisix-docker](https://github.com/apache/apisix-docker) 
repository:
 
-- [curl](https://curl.se/docs/manpage.html) for testing the API. 
Alternatively, you can use tools like [Hoppscotch](https://hoppscotch.io/) or 
[Postman](https://www.postman.com/).
+```shell
+git clone https://github.com/apache/apisix-docker.git
+cd apisix-docker/example
+```
 
-<!--
-#
-#    In addition to the basic Markdown syntax, we use remark-admonitions
-#    alongside MDX to add support for admonitions. Admonitions are wrapped
-#    by a set of 3 colons.
-#    Please refer to 
https://docusaurus.io/docs/next/markdown-features/admonitions
-#    for more detail.
-#
--->
+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

Review Comment:
   Yes. It is mentioned in the pre-reqs.



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