Skip to content

Commit

Permalink
Add git submodule init to build instructions (ethereum#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
roadriverrail authored and chriseth committed Jan 17, 2017
1 parent 79e5772 commit 6ecb4aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/installing-solidity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ you should fork Solidity and add your personal fork as a second remote:
cd solidity
git remote add personal [email protected]:[username]/solidity.git
Solidity has git submodules. Ensure they are properly loaded:

.. code:: bash
git submodule update --init --recursive
Prerequisites - macOS
---------------------
Expand Down

0 comments on commit 6ecb4aa

Please sign in to comment.