Update README.md

Derek Briggs created

Change summary

README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

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
     ```