diff options
author | chriseth <chris@ethereum.org> | 2018-07-13 07:20:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 07:20:59 +0800 |
commit | f0bc1bce895f67ccd8b21e244d1b7cbd8c8f9453 (patch) | |
tree | 93d1d390ee320a08679ff5309a92e770f7f115ea | |
parent | 1e2a42cfe184642a18727502f79a3ee3c5e45b51 (diff) | |
parent | 39031e1a969a089a51313cacd7b7e336d3f1d25f (diff) | |
download | dexon-solidity-f0bc1bce895f67ccd8b21e244d1b7cbd8c8f9453.tar.gz dexon-solidity-f0bc1bce895f67ccd8b21e244d1b7cbd8c8f9453.tar.zst dexon-solidity-f0bc1bce895f67ccd8b21e244d1b7cbd8c8f9453.zip |
Merge pull request #4504 from rrrkren/develop
removed addtional solc in docker command
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 05ee0748..5b3fdf87 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -64,7 +64,7 @@ repository contains potentially unstable changes in the develop branch. .. code:: bash - docker run ethereum/solc:stable solc --version + docker run ethereum/solc:stable --version Currently, the docker image only contains the compiler executable, so you have to do some additional work to link in the source and |