From 39031e1a969a089a51313cacd7b7e336d3f1d25f Mon Sep 17 00:00:00 2001 From: Eric Ren Date: Thu, 12 Jul 2018 15:19:41 -0700 Subject: [PATCH] removed addtional solc in docker command --- docs/installing-solidity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 05ee0748d..5b3fdf87e 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