gpui: Update "Getting Started" to include macOS setup (#17316)

This PR updates the GPUI docs to mention how to install XCode for Metal
support.

Supersedes https://github.com/zed-industries/zed/pull/16820.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2024-09-03 13:26:11 -04:00
committed by GitHub
parent 2730d08ff0
commit 3d83903caa
2 changed files with 27 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed).
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
```
* Install the Rust wasm toolchain:
- Install the Rust wasm toolchain:
```sh
rustup target add wasm32-wasi