forked from ethereum/solidity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add git submodule init to build instructions (ethereum#1569)
- Loading branch information
1 parent
79e5772
commit 6ecb4aa
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
--------------------- | ||
|