Skip to content

Commit 8fa9ede

Browse files
committed
Remove initial section on submodules
It's not necessary and it takes up valuable space at the very start of the guide.
1 parent e6fd600 commit 8fa9ede

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/building/how-to-build-and-run.md

-12
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@ git clone https://github.com/rust-lang/rust.git
2121
cd rust
2222
```
2323

24-
There are also submodules for things like LLVM, `clippy`, `miri`, etc. The
25-
build tool will automatically clone and sync these for you. But if you want to,
26-
you can do the following:
27-
28-
```sh
29-
# first time
30-
git submodule update --init --recursive
31-
32-
# subsequent times (to pull new commits)
33-
git submodule update
34-
```
35-
3624
## Create a `config.toml`
3725

3826
To start, run `./x.py setup`. This will do some initialization and create a

0 commit comments

Comments
 (0)