You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2019/11/19 05:25:06 UTC

[incubator-apisix] branch master updated: doc: fix typo in README_CN.md (#874)

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/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new c7bac03  doc: fix typo in README_CN.md (#874)
c7bac03 is described below

commit c7bac037891fad7a0f5cdb1407535d436ca65cc7
Author: Ado <55...@qq.com>
AuthorDate: Tue Nov 19 13:24:58 2019 +0800

    doc: fix typo in README_CN.md (#874)
---
 README.md    | 2 +-
 README_CN.md | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1d5b30e..084633e 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ The main steps to install APISIX:
 sudo yum install yum-utils
 sudo yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
 sudo yum install -y openresty etcd
-sudo service etcd start
+sudo systemctl start etcd
 
 sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/v0.8/apisix-0.8-0.el7.noarch.rpm
 ```
diff --git a/README_CN.md b/README_CN.md
index 438aaf0..79d0899 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -122,7 +122,8 @@ APISIX 在以下操作系统中可顺利安装并做过运行测试,需要注
 sudo yum install yum-utils
 sudo yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
 sudo yum install -y openresty etcd
-sudo service etcd start
+
+sudo systemctl start etcd
 
 sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/v0.8/apisix-0.8-0.el7.noarch.rpm
 ```