aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Ren <eric@stanleyparkdigital.com>2018-07-13 06:19:41 +0800
committerEric Ren <eric@stanleyparkdigital.com>2018-07-13 06:19:41 +0800
commit39031e1a969a089a51313cacd7b7e336d3f1d25f (patch)
tree93d1d390ee320a08679ff5309a92e770f7f115ea
parent1e2a42cfe184642a18727502f79a3ee3c5e45b51 (diff)
downloaddexon-solidity-39031e1a969a089a51313cacd7b7e336d3f1d25f.tar
dexon-solidity-39031e1a969a089a51313cacd7b7e336d3f1d25f.tar.gz
dexon-solidity-39031e1a969a089a51313cacd7b7e336d3f1d25f.tar.bz2
dexon-solidity-39031e1a969a089a51313cacd7b7e336d3f1d25f.tar.lz
dexon-solidity-39031e1a969a089a51313cacd7b7e336d3f1d25f.tar.xz
dexon-solidity-39031e1a969a089a51313cacd7b7e336d3f1d25f.tar.zst
dexon-solidity-39031e1a969a089a51313cacd7b7e336d3f1d25f.zip
removed addtional solc in docker command
-rw-r--r--docs/installing-solidity.rst2
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