From c495861c19bd0976c88d4964f912abe76f3901c3 Mon Sep 17 00:00:00 2001 From: gatecat Date: Tue, 9 Mar 2021 09:51:12 +0000 Subject: Use --recursive for nextpnr clone Signed-off-by: gatecat --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index a667d87..9f6b6eb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -183,7 +183,7 @@ sudo make install Installing NextPNR (place&route tool, Arachne-PNR replacement):

-
git clone https://github.com/YosysHQ/nextpnr nextpnr
+
git clone --recursive https://github.com/YosysHQ/nextpnr nextpnr
 cd nextpnr
 cmake -DARCH=ice40 -DCMAKE_INSTALL_PREFIX=/usr/local .
 make -j$(nproc)
-- 
cgit v1.2.3