Merge pull request #1715 from TokenMarketNet/miohtama-patch-1

Downgrade instructions for Homebrew Solidity
This commit is contained in:
chriseth 2017-02-22 12:01:12 +01:00 committed by GitHub
commit 0b67fee3fd

View File

@ -102,6 +102,22 @@ We will re-add the pre-built bottles soon.
brew install solidity brew install solidity
brew linkapps solidity brew linkapps solidity
If you need a specific version of Solidity you can install a
Homebrew formula directly from Github.
View
`solidity.rb commits on Github <https://github.com/ethereum/homebrew-ethereum/commits/master/solidity.rb>`_.
Follow the history links until you have a raw file link of a
specific commit of ``solidity.rb``.
Install it using ``brew``:
.. code:: bash
brew unlink solidity
# Install 0.4.8
brew install https://raw.githubusercontent.com/ethereum/homebrew-ethereum/77cce03da9f289e5a3ffe579840d3c5dc0a62717/solidity.rb
.. _building-from-source: .. _building-from-source:
@ -264,4 +280,4 @@ Example:
3. a breaking change is introduced - version is bumped to 0.5.0 3. a breaking change is introduced - version is bumped to 0.5.0
4. the 0.5.0 release is made 4. the 0.5.0 release is made
This behaviour works well with the version pragma. This behaviour works well with the version pragma.