From 27989ec30b0981ef0f972d793e43aa5ce0a2e799 Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Fri, 11 Jan 2019 14:27:12 +1300 Subject: [PATCH] Remove submodule step from README Since the bootstrap does it now --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7eb5e8067eda2..cb1f06257ed15 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 ```