mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add Homebrew version mention
This commit is contained in:
parent
dce27bb452
commit
e8605ea831
@ -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``:
|
||||
|
Loading…
Reference in New Issue
Block a user