aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-06-08 17:48:10 +0800
committerGitHub <noreply@github.com>2017-06-08 17:48:10 +0800
commit51fcfbcf3f689ea8816e05b1ff9d17f391bc28e7 (patch)
tree5a7187c61ff783cc4caa7e2742e2cbc4c0c31822
parent1fba98496608db555cc29f62eb95c623ca0b4346 (diff)
parent997eb68956a8360ae951e7e502440c5d55c71afe (diff)
downloaddexon-solidity-51fcfbcf3f689ea8816e05b1ff9d17f391bc28e7.tar
dexon-solidity-51fcfbcf3f689ea8816e05b1ff9d17f391bc28e7.tar.gz
dexon-solidity-51fcfbcf3f689ea8816e05b1ff9d17f391bc28e7.tar.bz2
dexon-solidity-51fcfbcf3f689ea8816e05b1ff9d17f391bc28e7.tar.lz
dexon-solidity-51fcfbcf3f689ea8816e05b1ff9d17f391bc28e7.tar.xz
dexon-solidity-51fcfbcf3f689ea8816e05b1ff9d17f391bc28e7.tar.zst
dexon-solidity-51fcfbcf3f689ea8816e05b1ff9d17f391bc28e7.zip
Merge pull request #2351 from AndreMiras/patch-1
Update installing-solidity.rst on Gentoo Linux
-rw-r--r--docs/installing-solidity.rst6
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