diff options
author | chriseth <chris@ethereum.org> | 2016-08-12 00:53:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-12 00:53:28 +0800 |
commit | 69e5409bc5760a028beb5145f63ca462e09232cf (patch) | |
tree | bcfbaea99c6489c4096bb94ea7b75b16d196187c /docs | |
parent | c26bb83ec266cff29a5c2483838f49c8798cdfcb (diff) | |
parent | adfb2f2b9fc4a500e90103e0f664a8852b445d51 (diff) | |
download | dexon-solidity-69e5409bc5760a028beb5145f63ca462e09232cf.tar.gz dexon-solidity-69e5409bc5760a028beb5145f63ca462e09232cf.tar.zst dexon-solidity-69e5409bc5760a028beb5145f63ca462e09232cf.zip |
Merge pull request #857 from cholewa1992/patch-1
Update installing-solidity.rst
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 33bba29b..47388c25 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -61,7 +61,7 @@ Set up Homebrew: brew upgrade brew install boost --c++11 # this takes a while - brew install cmake cryptopp gmp + brew install cmake cryptopp gmp jsoncpp Ubuntu Trusty (14.04) --------------------- |