From e8605ea831c4698e4e4e72d9df934940a5fe06c5 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Mon, 25 Mar 2019 17:22:30 +0100 Subject: [PATCH] Add Homebrew version mention --- docs/installing-solidity.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 375130b88..fcbeb3aaa 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -126,6 +126,8 @@ currently not supported. brew tap ethereum/ethereum brew install solidity +To install the most recent 0.4.x version of Solidity you can also use ``brew install solidity@4``. + If you need a specific version of Solidity you can install a Homebrew formula directly from Github. @@ -140,7 +142,7 @@ Install it using ``brew``: .. code-block:: bash brew unlink solidity - # Install 0.4.8 + # eg. 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``: