diff options
author | SaadSurya <saadsurya@hotmail.com> | 2017-08-07 19:53:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-07 19:53:56 +0800 |
commit | 8a9f62842d98f81523b7b3d64ad2af041160ac81 (patch) | |
tree | ca5acf881b351d3682726d36d47c335c9612e42e /docs/installing-solidity.rst | |
parent | 212454a96bc3ec0bdad85723778b88417ff39e39 (diff) | |
download | dexon-solidity-8a9f62842d98f81523b7b3d64ad2af041160ac81.tar.gz dexon-solidity-8a9f62842d98f81523b7b3d64ad2af041160ac81.tar.zst dexon-solidity-8a9f62842d98f81523b7b3d64ad2af041160ac81.zip |
Update installing-solidity.rst
Diffstat (limited to 'docs/installing-solidity.rst')
-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 4cb50cf0..35eb2d93 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -56,7 +56,7 @@ repository contains potentially unstable changes in the develop branch. docker run ethereum/solc:stable solc --version -Currenty, the docker image only contains the compiler executable, +Currently, the docker image only contains the compiler executable, so you have to do some additional work to link in the source and output directories. |