diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-01-12 10:55:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-12 10:55:18 +0100 |
| commit | 52e02fc16b1806c95a6cd94cd627162a62a47e9d (patch) | |
| tree | 77ec0ab9af9c81c407456e50e857e3391a787950 | |
| parent | dc6d86b04ef43260a5180025628fb2f05db287fc (diff) | |
| parent | 27989ec30b0981ef0f972d793e43aa5ce0a2e799 (diff) | |
Rollup merge of #57505 - rust-lang:nrc-patch-1, r=alexcrichton
Remove submodule step from README Since the bootstrap does it now
| -rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md index 7eb5e8067ed..cb1f06257ed 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Read ["Installation"] from [The Book]. 3. Build and install: ```sh - $ git submodule update --init --recursive --progress $ ./x.py build && sudo ./x.py install ``` |
