From f8c272c00f0447703340e4c00ffde1dc893fc0eb Mon Sep 17 00:00:00 2001 From: "Jakob P. Liljenberg" Date: Fri, 28 Oct 2022 22:37:53 +0200 Subject: [PATCH] macOS Ventura compile instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5758031..5d53fb4 100644 --- a/README.md +++ b/README.md @@ -409,7 +409,7 @@ Also needs a UTF8 locale and a font that covers: 1. **Install dependencies (example for Homebrew)** ``` bash - brew install coreutils make gcc@11 + brew install coreutils make gcc@12 ``` 2. **Clone repository**