about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAbhishek koserwal <abhishek.koserwal@gmail.com>2018-05-28 17:27:15 +0530
committerAbhishek Koserwal <akoserwa@redhat.com>2018-05-31 23:53:23 +0530
commitbad9fefdaef3aa240a0bfec86e7eccb442e452b4 (patch)
treeb9fdc7a5ffc28db77819621d1949c0e509131e96
parent6de4ec679d7179251bef205427d52d093c40a787 (diff)
downloadrust-bad9fefdaef3aa240a0bfec86e7eccb442e452b4.tar.gz
rust-bad9fefdaef3aa240a0bfec86e7eccb442e452b4.zip
Update build instructions
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 19ef96fae01..04816762f14 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ Read ["Installation"] from [The Book].
 3. Build and install:
 
     ```sh
+    $ git submodule update --init --recursive --progress
     $ ./x.py build && sudo ./x.py install
     ```