Skip to content

Commit

Permalink
Clarify solc installation for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Feb 19, 2020
1 parent 36ffc83 commit d496762
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,16 @@ sudo apt-get install libpq-dev
You have to install `solc` v0.5.16. Instructions can be found at [readthedocs](https://solidity.readthedocs.io/en/v0.6.2/installing-solidity.html).
The best option for mac is install via `homebrew`, for linux the simplest way is to use `snap`.
The simplest option for linux is to use `snap`.
For mac you can install it as follows:
```sh
brew update
brew upgrade
brew tap ethereum/ethereum
brew install solidity@5
```
## Environment
Expand Down

0 comments on commit d496762

Please sign in to comment.