diff options
author | mordax <maya@mordax.io> | 2018-10-14 09:31:39 +0800 |
---|---|---|
committer | mordax <maya@mordax.io> | 2018-10-14 09:31:39 +0800 |
commit | 58252950a7ae7de90b508995e4d00224c0820526 (patch) | |
tree | 39490197123be9910f21426c22f994789da065cb /docs | |
parent | 26dc876c28718613ad64961e65374ace1139010b (diff) | |
download | dexon-solidity-58252950a7ae7de90b508995e4d00224c0820526.tar.gz dexon-solidity-58252950a7ae7de90b508995e4d00224c0820526.tar.zst dexon-solidity-58252950a7ae7de90b508995e4d00224c0820526.zip |
Removing mention of submodules from docs/build
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-solidity.rst | 6 |
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 --------------------- |