From 0e600ad2a4a009e3cbbc51644a8811bbbcd4bd9c Mon Sep 17 00:00:00 2001 From: Derek Briggs Date: Wed, 12 Jul 2023 11:35:38 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 375c4a7ed6..8849f1aa73 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,13 @@ Welcome to Zed, a lightning-fast, collaborative code editor that makes your drea 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 .. 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