This is an automated email from the ASF dual-hosted git repository.
membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new fcc1630 docs: update README (#3580)
fcc1630 is described below
commit fcc1630094831beae6b211cb6ad3dc1da97e8dc0
Author: idbeta <[email protected]>
AuthorDate: Thu Feb 11 14:05:05 2021 +0800
docs: update README (#3580)
Since from version 2.3, Apache APISIX needs to be installed OpenSSL develop
library first to start.
---
README.md | 2 +-
README_CN.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 943f7a5..ba2f3bc 100644
--- a/README.md
+++ b/README.md
@@ -186,7 +186,7 @@ There are several ways to install the Apache Release
version of APISIX:
The Docker image does not include `etcd`, you can refer to [docker compose
example](https://github.com/apache/apisix-docker/tree/master/example) to start
a test cluster.
3. RPM package(only for CentOS 7)
- - Installation runtime dependencies: OpenResty and etcd, refer to [install
dependencies documentation](doc/install-dependencies.md#centos-7)
+ - Installation runtime dependencies: OpenResty, etcd and OpenSSL develop
library, refer to [install dependencies
documentation](doc/install-dependencies.md#centos-7)
- install APISIX:
```shell
diff --git a/README_CN.md b/README_CN.md
index 5a0b021..18e69d5 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -184,7 +184,7 @@ CentOS 7, Ubuntu 16.04, Ubuntu 18.04, Debian 9, Debian 10,
macOS, **ARM64** Ubun
Docker 镜像中并不包含 etcd,你可以参考 [docker compose
的示例](https://github.com/apache/apisix-docker/tree/master/example)来启动一个测试集群。
3. RPM 包(只适用于 CentOS 7)
- - 安装依赖:OpenResty 和
etcd,参考[依赖安装文档](doc/zh-cn/install-dependencies.md#centos-7)
+ - 安装依赖:OpenResty, etcd 和 OpenSSL develop
library,参考[依赖安装文档](doc/zh-cn/install-dependencies.md#centos-7)
- 安装 APISIX:
```shell