Remove references to submodules (#11673)
This PR removes the references to initializing Git submodules as part of building Zed. These are no longer needed, as our only submodule was removed in #11672. Release Notes: - N/A
This commit is contained in:
parent
c9738a233e
commit
b34ab6f3a1
9 changed files with 3 additions and 33 deletions
|
@ -2,11 +2,7 @@
|
|||
|
||||
## Repository
|
||||
|
||||
After cloning the repository, ensure all git submodules are initialized:
|
||||
|
||||
```shell
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
Clone down the [Zed repository](https://github.com/zed-industries/zed).
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue