Skip to content

Commit

Permalink
Merge pull request #310 from sporniket/patch-1
Browse files Browse the repository at this point in the history
[docs] instruct to clone yosys with '--recurse-submodules'
  • Loading branch information
nakengelhardt authored Mar 3, 2025
2 parents 4d92762 + 7fc7ed3 commit 44c4409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Note that this will install Yosys, Yosys-SMTBMC and ABC (as ``yosys-abc``):

.. code-block:: text
git clone https://github.com/YosysHQ/yosys
git clone https://github.com/YosysHQ/yosys --recurse-submodules
cd yosys
make -j$(nproc)
sudo make install
Expand Down

0 comments on commit 44c4409

Please sign in to comment.