diff options
author | AndreMiras <AndreMiras@users.noreply.github.com> | 2017-06-08 06:20:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 06:20:15 +0800 |
commit | 997eb68956a8360ae951e7e502440c5d55c71afe (patch) | |
tree | 5a7187c61ff783cc4caa7e2742e2cbc4c0c31822 /docs/installing-solidity.rst | |
parent | 1fba98496608db555cc29f62eb95c623ca0b4346 (diff) | |
download | dexon-solidity-997eb68956a8360ae951e7e502440c5d55c71afe.tar.gz dexon-solidity-997eb68956a8360ae951e7e502440c5d55c71afe.tar.zst dexon-solidity-997eb68956a8360ae951e7e502440c5d55c71afe.zip |
Update installing-solidity.rst on Gentoo Linux
Gentoo Linux solidity install instructions.
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index a2a3c3da..08160dad 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -119,6 +119,12 @@ Install it using ``brew``: # Install 0.4.8 brew install https://raw.githubusercontent.com/ethereum/homebrew-ethereum/77cce03da9f289e5a3ffe579840d3c5dc0a62717/solidity.rb +Gentoo Linux also provides a solidity package that can be installed using ``emerge``: + +.. code:: bash + + demerge ev-lang/solidity + .. _building-from-source: Building from Source |