aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing-solidity.rst
diff options
context:
space:
mode:
authormordax <maya@mordax.io>2018-10-14 09:31:39 +0800
committermordax <maya@mordax.io>2018-10-14 09:31:39 +0800
commit58252950a7ae7de90b508995e4d00224c0820526 (patch)
tree39490197123be9910f21426c22f994789da065cb /docs/installing-solidity.rst
parent26dc876c28718613ad64961e65374ace1139010b (diff)
downloaddexon-solidity-58252950a7ae7de90b508995e4d00224c0820526.tar.gz
dexon-solidity-58252950a7ae7de90b508995e4d00224c0820526.tar.zst
dexon-solidity-58252950a7ae7de90b508995e4d00224c0820526.zip
Removing mention of submodules from docs/build
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r--docs/installing-solidity.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index 9d4be70d..f8de0e8d 100644
--- a/docs/installing-solidity.rst
+++ b/docs/installing-solidity.rst
@@ -245,12 +245,6 @@ you should fork Solidity and add your personal fork as a second remote:
git remote add personal git@github.com:[username]/solidity.git
-Solidity has git submodules. Ensure they are properly loaded:
-
-.. code-block:: bash
-
- git submodule update --init --recursive
-
External Dependencies
---------------------