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:
parent
e6fd600417
commit
8fa9edeccb
|
|
@ -21,18 +21,6 @@ git clone https://github.com/rust-lang/rust.git
|
||||||
cd rust
|
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`
|
## Create a `config.toml`
|
||||||
|
|
||||||
To start, run `./x.py setup`. This will do some initialization and create a
|
To start, run `./x.py setup`. This will do some initialization and create a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue