add --recurse-submodules to clone. fixes #381

This commit is contained in:
Carl Karsten 2024-03-23 11:05:31 -05:00
parent a5a44fa0c5
commit 5165074562
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Next, clone the F4PGA examples repository and enter it:
.. code-block:: bash
:name: get-f4pga
git clone https://github.com/chipsalliance/f4pga-examples
git clone https://github.com/chipsalliance/f4pga-examples --recurse-submodules
cd f4pga-examples
Toolchain installation