diff --git a/README.md b/README.md index 6908cebf24..f51f0ac03b 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,10 @@ Welcome to Zed, a lightning-fast, collaborative code editor that makes your drea git clone https://github.com/zed-industries/zed.dev ``` -* Initialize submodules +* Return to Zed project directory and Initialize submodules ``` + cd zed git submodule update --init --recursive ```