From b922d0f1325880ec9378d150caf54f645b2e72cd Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Mon, 11 Sep 2023 10:15:22 -0600 Subject: [PATCH] Use rustup (not brew) for rust --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 72936e2746..961c8f9ff3 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,15 @@ Welcome to Zed, a lightning-fast, collaborative code editor that makes your drea sudo xcodebuild -license ``` -* Install homebrew, rust and node +* Install rustup (rust, cargo, etc.) ``` - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - brew install rust - brew install node + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` -* Ensure rust executables are in your $PATH +* Install homebrew and node ``` - echo $HOME/.cargo/bin | sudo tee /etc/paths.d/10-rust + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + brew install node ``` * Install postgres and configure the database