From 86c8892c02247e2d641126e9a150feeb88f5b7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 10 Nov 2023 15:54:11 +0100 Subject: [PATCH] docs: update macOS build instructions Fixes: https://github.com/saghul/txiki.js/issues/425 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b315e5..65b2de55 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ sudo apt install libcurl4-openssl-dev build-essential cmake autoconf texinfo lib Install dependencies (`cmake`, `autoconf`): ```bash -brew install cmake autoconf +brew install cmake autoconf automake libtool texinfo ``` ### Unix systems