Skip to content

Commit

Permalink
doc: installation steps for Mac OSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
membphis committed Jul 7, 2019
1 parent 1e8459c commit 9de2107
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/install-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* [Ubuntu 18.04](#ubuntu-1804)
* [Debian 9](#debian-9)
* [CentOS 6](#centos-6)
* [Mac OSX](#mac-osx)

CentOS 7
========
Expand Down Expand Up @@ -77,3 +78,17 @@ CentOS 6
TODO

The compilation of `libr3` relies on later versions of `autoconf` and `pcre`, but the CentOS 6 comes with a lower version, will support CentOS 6 later.


Mac OSX
=======

**WIP**

```shell
#
brew install openresty/brew/openresty etcd

# start etcd server
etcd
```

0 comments on commit 9de2107

Please sign in to comment.