diff --git a/docs/en/latest/building-apisix.md b/docs/en/latest/building-apisix.md index 470302df789c..69893796b5b0 100644 --- a/docs/en/latest/building-apisix.md +++ b/docs/en/latest/building-apisix.md @@ -125,14 +125,7 @@ This operation will remove the files completely. APISIX uses [etcd](https://github.com/etcd-io/etcd) to save and synchronize configuration. Before running APISIX, you need to install etcd on your machine. Installation methods based on your operating system are mentioned below. - - +To install etcd on Linux: ```shell ETCD_VERSION='3.4.18' @@ -143,18 +136,6 @@ tar -xvf etcd-v${ETCD_VERSION}-linux-amd64.tar.gz && \ nohup etcd >/tmp/etcd.log 2>&1 & ``` - - - - -```shell -brew install etcd -brew services start etcd -``` - - - - ## Running and managing APISIX server To initialize the configuration file, within the APISIX directory, run: diff --git a/docs/en/latest/external-plugin.md b/docs/en/latest/external-plugin.md index 7c81e9d1e40f..e65d733b9f59 100644 --- a/docs/en/latest/external-plugin.md +++ b/docs/en/latest/external-plugin.md @@ -69,8 +69,6 @@ ext-plugin: Then APISIX will manage the runner as its subprocess. -Note: APISIX can't manage the runner on the Mac in `v2.6`. - During development, we want to run the runner separately so that we can restart it without restarting APISIX first.