From 26aa2c66e6853ae7404b4ff6e998d99a0d006e3d Mon Sep 17 00:00:00 2001 From: Jordi Fernandez Date: Wed, 15 May 2024 09:20:54 +0200 Subject: [PATCH] Update command to install libexpat Use `brew install expat` instead of `brew install libexpat` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 142fa59..1bd0f70 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ To install from the git repo: ### Troubleshooting -MacOS has a known issue that the libexpat header file 'expat_config.h' is missing. If you run into that issue, install libexpat manually (eg. `brew install libexpat`). And then include the libexpat location when installing; +MacOS has a known issue that the libexpat header file 'expat_config.h' is missing. If you run into that issue, install libexpat manually (eg. `brew install expat`). And then include the libexpat location when installing; luarocks install lua-resty-aws EXPAT_DIR=/path/to/expat Details: https://github.com/lunarmodules/luaexpat/issues/32