Remove submodule step from README

Since the bootstrap does it now
This commit is contained in:
Nick Cameron 2019-01-11 14:27:12 +13:00 committed by GitHub
parent c2d381d39d
commit 27989ec30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```