mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add git submodule init to build instructions (#1569)
This commit is contained in:
@@ -119,6 +119,11 @@ you should fork Solidity and add your personal fork as a second remote:
|
||||
cd solidity
|
||||
git remote add personal git@github.com:[username]/solidity.git
|
||||
|
||||
Solidity has git submodules. Ensure they are properly loaded:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
Prerequisites - macOS
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user