]> git.lizzy.rs Git - rust.git/commitdiff
Remove submodule step from README
authorNick Cameron <ncameron@mozilla.com>
Fri, 11 Jan 2019 01:27:12 +0000 (14:27 +1300)
committerGitHub <noreply@github.com>
Fri, 11 Jan 2019 01:27:12 +0000 (14:27 +1300)
Since the bootstrap does it now

README.md

index 7eb5e8067eda2d1e30d9e6ff10e8648042bf8201..cb1f06257ed152ad958aff5aaba60b0d58f140bf 100644 (file)
--- 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
     ```