Skip to content

Commit 2f0e3d3

Browse files
Rollup merge of #51123 - akoserwal:master, r=Mark-Simulacrum
Update build instructions It get stuck at the cloning step. `./x.py build ` Updating only changed submodules Updating submodule src/llvm Submodule 'src/llvm' (https://github.com/rust-lang/llvm.git) registered for path 'src/llvm' Cloning into '/home/username/rust/src/llvm'...
2 parents 0345dac + bad9fef commit 2f0e3d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Read ["Installation"] from [The Book].
3838
3. Build and install:
3939

4040
```sh
41+
$ git submodule update --init --recursive --progress
4142
$ ./x.py build && sudo ./x.py install
4243
```
4344

0 commit comments

Comments
 (0)