diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2019-01-11 14:27:12 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-11 14:27:12 +1300 |
| commit | 27989ec30b0981ef0f972d793e43aa5ce0a2e799 (patch) | |
| tree | d09a39caa6852e87193cee1647a1dcfbf2cc3de7 | |
| parent | c2d381d39d282c0586d50ea7d7a431ffd5ddb3fb (diff) | |
| download | rust-27989ec30b0981ef0f972d793e43aa5ce0a2e799.tar.gz rust-27989ec30b0981ef0f972d793e43aa5ce0a2e799.zip | |
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 ``` |
