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)