From 1482adae5af36535d443d9a3fcff7dd75decf780 Mon Sep 17 00:00:00 2001 From: Alireza Hajebrahimi <6937697+iarata@users.noreply.github.com> Date: Fri, 24 Oct 2025 01:12:04 +0200 Subject: [PATCH] Update macOS installation instructions for LLVM Clarified installation instructions for macOS by mentioning that LLD is provided in a separate formula in Homebrew. --- src/content/docs/distribute/windows-installer.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/distribute/windows-installer.mdx b/src/content/docs/distribute/windows-installer.mdx index 1cfe34c8bc..02cb573b26 100644 --- a/src/content/docs/distribute/windows-installer.mdx +++ b/src/content/docs/distribute/windows-installer.mdx @@ -102,10 +102,10 @@ Default Tauri apps should not require this. ```sh title=macOS -brew install llvm +brew install llvm lld ``` -On macOS you also have to add `/opt/homebrew/opt/llvm/bin` to your `$PATH` as suggested in the install output. +On macOS you also have to add `/opt/homebrew/opt/llvm/bin` to your `$PATH` as suggested in the install output (LLD is now provided in a separate formula in Homebrew).