diff options
author | chriseth <chris@ethereum.org> | 2018-10-15 17:25:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 17:25:11 +0800 |
commit | 5a921c4d6a70c9ad13acbf80a74dbfe838369b56 (patch) | |
tree | 53e59176c447d4d32ebbb9eedc4bd28613a0b7e9 /docs | |
parent | 656adcaeb7cad9e260553a9cd6c939dadc9a1004 (diff) | |
parent | 40b9b52872d330096fdde240e81bcc455e575616 (diff) | |
download | dexon-solidity-5a921c4d6a70c9ad13acbf80a74dbfe838369b56.tar dexon-solidity-5a921c4d6a70c9ad13acbf80a74dbfe838369b56.tar.gz dexon-solidity-5a921c4d6a70c9ad13acbf80a74dbfe838369b56.tar.bz2 dexon-solidity-5a921c4d6a70c9ad13acbf80a74dbfe838369b56.tar.lz dexon-solidity-5a921c4d6a70c9ad13acbf80a74dbfe838369b56.tar.xz dexon-solidity-5a921c4d6a70c9ad13acbf80a74dbfe838369b56.tar.zst dexon-solidity-5a921c4d6a70c9ad13acbf80a74dbfe838369b56.zip |
Merge pull request #5215 from Mordax/issue-5142
Removes mention of submodules from docs and build scripts
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 --------------------- |