about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2019-01-11 14:27:12 +1300
committerGitHub <noreply@github.com>2019-01-11 14:27:12 +1300
commit27989ec30b0981ef0f972d793e43aa5ce0a2e799 (patch)
treed09a39caa6852e87193cee1647a1dcfbf2cc3de7
parentc2d381d39d282c0586d50ea7d7a431ffd5ddb3fb (diff)
downloadrust-27989ec30b0981ef0f972d793e43aa5ce0a2e799.tar.gz
rust-27989ec30b0981ef0f972d793e43aa5ce0a2e799.zip
Remove submodule step from README
Since the bootstrap does it now
-rw-r--r--README.md1
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
     ```