mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
Allow installing rustup via homebrew
This commit is contained in:
parent
0c2bc6e553
commit
017aa1fdfb
1 changed files with 3 additions and 7 deletions
10
README.md
10
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
|
||||
|
|
Loading…
Reference in a new issue