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.
This commit is contained in:
Brendan Shanks
2024-11-06 19:27:15 -08:00
committed by GitHub
parent 1e530714b7
commit 8930141b72
-2
View File
@@ -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`))