From 8930141b72dcbf06c904d62617438f6837a94bc5 Mon Sep 17 00:00:00 2001 From: Brendan Shanks Date: Wed, 6 Nov 2024 19:27:15 -0800 Subject: [PATCH] docs: Remove instructions to add go-task tap to Homebrew. (#3751) Homebrew has its own formula for go-task which is up-to-date and working. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 413fb8fe7a..23e30bd572 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,6 @@ xcode-select --install #### Intel Based ```bash -brew install go-task/tap/go-task brew install cmake nasm ninja go-task clang-format cmake -B build --preset=Release-macos-clang cmake --build build --parallel $((`sysctl -n hw.logicalcpu`)) @@ -257,7 +256,6 @@ cmake --build build --parallel $((`sysctl -n hw.logicalcpu`)) **Not Supported at This Time** ```bash -brew install go-task/tap/go-task brew install cmake ninja go-task clang-format cmake -B build --preset=Release-macos-clang cmake --build build --parallel $((`sysctl -n hw.logicalcpu`))