From 37c8c051ba1c9c89e3c45e7ef19e40df0c599640 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 24 Feb 2024 18:10:35 +0100 Subject: [PATCH] Remove reference to automake which is not required --- README.macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.macOS.md b/README.macOS.md index 9287bfebf..7aa843c52 100644 --- a/README.macOS.md +++ b/README.macOS.md @@ -358,7 +358,7 @@ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/ After a few minutes, we can now build and install all other tools from one simple command: ```bash -brew install autoconf automake +brew install autoconf ``` Alternatively, _autoconf_ can be installed without _brew_ as follows :