README: add note about submodules
This commit is contained in:
parent
5516a49696
commit
566d973049
3
README
3
README
|
@ -45,6 +45,9 @@ modules.
|
||||||
|
|
||||||
[> Quick start guide
|
[> Quick start guide
|
||||||
--------------------
|
--------------------
|
||||||
|
0. If cloned from Git without the --recursive option, get the submodules:
|
||||||
|
git submodule update --init
|
||||||
|
|
||||||
1. Install Python 3.3+, Migen and FPGA vendor's development tools.
|
1. Install Python 3.3+, Migen and FPGA vendor's development tools.
|
||||||
Get Migen from: https://github.com/m-labs/migen
|
Get Migen from: https://github.com/m-labs/migen
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue