From 0ae7d4f647513aa46cd3563559233103f5175500 Mon Sep 17 00:00:00 2001 From: Exverge Date: Sat, 23 Mar 2024 15:19:51 +0100 Subject: [PATCH] Update Building for macOS --- Building-for-macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 8599642..2e78807 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -2,7 +2,7 @@ Please note this article is intended for development, and suyu on macOS is not c This article was written for developers. suyu support for macOS is not ready for casual use. --- -If you are compiling on Intel Mac or are using a Rosetta Homebrew installation, you must replace all references of `/opt/homebrew` to `/usr/local/homebrew`. +If you are compiling on Intel Mac or are using a Rosetta Homebrew installation, you must replace all references of `/opt/homebrew` to `/usr/local`. Clone suyu with git: ```sh