diff options
author | Rhett Aultman <roadriverrail@gmail.com> | 2017-01-17 15:14:53 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-01-17 15:14:53 +0800 |
commit | 6ecb4aa36f8c30ca91f650d17f1214c2f2bc4319 (patch) | |
tree | d6199b3a53ad7b4dc0f277c8477a38b92e35d1ba /docs/installing-solidity.rst | |
parent | 79e5772b8a18bc4a7a1fd1019604cec6f741b743 (diff) | |
download | dexon-solidity-6ecb4aa36f8c30ca91f650d17f1214c2f2bc4319.tar.gz dexon-solidity-6ecb4aa36f8c30ca91f650d17f1214c2f2bc4319.tar.zst dexon-solidity-6ecb4aa36f8c30ca91f650d17f1214c2f2bc4319.zip |
Add git submodule init to build instructions (#1569)
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index ef38705c..d7374717 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -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 --------------------- |