Remove initial section on submodules

It's not necessary and it takes up valuable space at the very start of the guide.
This commit is contained in:
Joshua Nelson 2022-12-08 07:20:57 -06:00 committed by Joshua Nelson
parent e6fd600417
commit 8fa9edeccb
1 changed files with 0 additions and 12 deletions

View File

@ -21,18 +21,6 @@ git clone https://github.com/rust-lang/rust.git
cd rust
```
There are also submodules for things like LLVM, `clippy`, `miri`, etc. The
build tool will automatically clone and sync these for you. But if you want to,
you can do the following:
```sh
# first time
git submodule update --init --recursive
# subsequent times (to pull new commits)
git submodule update
```
## Create a `config.toml`
To start, run `./x.py setup`. This will do some initialization and create a