Add Homebrew version mention

This commit is contained in:
Chris Ward 2019-03-25 17:22:30 +01:00
parent dce27bb452
commit e8605ea831

View File

@ -126,6 +126,8 @@ currently not supported.
brew tap ethereum/ethereum brew tap ethereum/ethereum
brew install solidity 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 If you need a specific version of Solidity you can install a
Homebrew formula directly from Github. Homebrew formula directly from Github.
@ -140,7 +142,7 @@ Install it using ``brew``:
.. code-block:: bash .. code-block:: bash
brew unlink solidity brew unlink solidity
# Install 0.4.8 # eg. 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``: Gentoo Linux also provides a solidity package that can be installed using ``emerge``: