From 62d0c8f18fc638dd8b6536944aceb7a962933947 Mon Sep 17 00:00:00 2001 From: Oliver Stevns <1045397+MrStevns@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:36:08 +0100 Subject: [PATCH] Update build_mac.md Closes #1888 --- docs/build_mac.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build_mac.md b/docs/build_mac.md index 0c3897af7..66c52e489 100644 --- a/docs/build_mac.md +++ b/docs/build_mac.md @@ -59,8 +59,8 @@ If you would like to use %Qt 6 instead, simply replace the version number in the And also run the following commands to install %Qt Creator: - brew tap caskroom/cask - brew cask install qt-creator + brew tap homebrew/cask + brew install --cask qt-creator ## 3. Get Source Code