diff options
Diffstat (limited to 'docs')
-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 |