From 50d76a0ff49ae902ca01e6559780bc436034aa49 Mon Sep 17 00:00:00 2001 From: Traky Deng Date: Sat, 12 Oct 2024 14:02:25 +0800 Subject: [PATCH] install open resty --- docs/en/latest/building-apisix.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/latest/building-apisix.md b/docs/en/latest/building-apisix.md index 4e65759f6b9d..6e3a8ae5d976 100644 --- a/docs/en/latest/building-apisix.md +++ b/docs/en/latest/building-apisix.md @@ -59,6 +59,8 @@ git clone --depth 1 --branch ${APISIX_BRANCH} https://github.com/apache/apisix.g 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). + Next, navigate to the directory, install dependencies, and build APISIX. ```shell