about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-01-12 10:55:18 +0100
committerGitHub <noreply@github.com>2019-01-12 10:55:18 +0100
commit52e02fc16b1806c95a6cd94cd627162a62a47e9d (patch)
tree77ec0ab9af9c81c407456e50e857e3391a787950
parentdc6d86b04ef43260a5180025628fb2f05db287fc (diff)
parent27989ec30b0981ef0f972d793e43aa5ce0a2e799 (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.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
     ```