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:
parent
79e5772b8a
commit
6ecb4aa36f
@ -119,6 +119,11 @@ you should fork Solidity and add your personal fork as a second remote:
|
|||||||
cd solidity
|
cd solidity
|
||||||
git remote add personal git@github.com:[username]/solidity.git
|
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
|
Prerequisites - macOS
|
||||||
---------------------
|
---------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user