From 516507456289cf76535a37812f0128979e15774e Mon Sep 17 00:00:00 2001 From: Carl Karsten Date: Sat, 23 Mar 2024 11:05:31 -0500 Subject: [PATCH] add --recurse-submodules to clone. fixes #381 --- docs/getting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting.rst b/docs/getting.rst index 27bb98e..c90cc7b 100644 --- a/docs/getting.rst +++ b/docs/getting.rst @@ -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