From 017aa1fdfb3ae779f2ed432048db0b69be33f5e2 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Mon, 11 Sep 2023 21:35:08 +0300 Subject: [PATCH] Allow installing rustup via homebrew --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 961c8f9ff3..2ee426a2a6 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,12 @@ Welcome to Zed, a lightning-fast, collaborative code editor that makes your drea ``` sudo xcodebuild -license ``` - -* Install rustup (rust, cargo, etc.) - ``` - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - ``` -* Install homebrew and node +* Install homebrew, node and rustup-init (rutup, rust, cargo, etc.) ``` /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - brew install node + brew install node rustup-init + rustup-init # follow the installation steps ``` * Install postgres and configure the database