From 6ecb4aa36f8c30ca91f650d17f1214c2f2bc4319 Mon Sep 17 00:00:00 2001 From: Rhett Aultman Date: Tue, 17 Jan 2017 02:14:53 -0500 Subject: Add git submodule init to build instructions (#1569) --- docs/installing-solidity.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/installing-solidity.rst') 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 --------------------- -- cgit