diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-08 02:51:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 02:51:02 +0800 |
commit | bea37e5682d83b11988e51a16848319a59c39dd3 (patch) | |
tree | ca5acf881b351d3682726d36d47c335c9612e42e | |
parent | 212454a96bc3ec0bdad85723778b88417ff39e39 (diff) | |
parent | 8a9f62842d98f81523b7b3d64ad2af041160ac81 (diff) | |
download | dexon-solidity-bea37e5682d83b11988e51a16848319a59c39dd3.tar.gz dexon-solidity-bea37e5682d83b11988e51a16848319a59c39dd3.tar.zst dexon-solidity-bea37e5682d83b11988e51a16848319a59c39dd3.zip |
Merge pull request #2702 from SaadSurya/patch-1
Update 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. |