mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Update README.md
This commit is contained in:
parent
af9506b21d
commit
0e600ad2a4
@ -16,11 +16,13 @@ Welcome to Zed, a lightning-fast, collaborative code editor that makes your drea
|
|||||||
brew install foreman
|
brew install foreman
|
||||||
```
|
```
|
||||||
|
|
||||||
* Ensure the Zed.dev website is checked out in a sibling directory:
|
* Ensure the Zed.dev website is checked out in a sibling directory and install it's dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/zed-industries/zed.dev
|
git clone https://github.com/zed-industries/zed.dev
|
||||||
|
cd zed.dev && npm install
|
||||||
|
npm install -g vercel
|
||||||
```
|
```
|
||||||
|
|
||||||
* Return to Zed project directory and Initialize submodules
|
* Return to Zed project directory and Initialize submodules
|
||||||
|
Loading…
Reference in New Issue
Block a user