Update installing-solidity.rst on Gentoo Linux

Gentoo Linux solidity install instructions.
This commit is contained in:
AndreMiras 2017-06-08 00:20:15 +02:00 committed by GitHub
parent 1fba984966
commit 997eb68956

View File

@ -119,6 +119,12 @@ Install it using ``brew``:
# Install 0.4.8 # Install 0.4.8
brew install https://raw.githubusercontent.com/ethereum/homebrew-ethereum/77cce03da9f289e5a3ffe579840d3c5dc0a62717/solidity.rb 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:
Building from Source Building from Source