diff --git a/docs/src/development/macos.md b/docs/src/development/macos.md index c5cbf56e15f1a3a894227e01643067432261daf6..2fd076b0fad71c53655de8cf3753b01340d95ce1 100644 --- a/docs/src/development/macos.md +++ b/docs/src/development/macos.md @@ -21,6 +21,7 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed). ```sh sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer + sudo xcodebuild -license accept ``` - Install the Rust wasm toolchain: @@ -35,12 +36,6 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed). brew install cmake ``` -- (Optional) Install `mold` to speed up link times - - ```sh - brew install mold - ``` - ## Backend Dependencies If you are developing collaborative features of Zed, you'll need to install the dependencies of zed's `collab` server: