mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #9587 from ethereum/docs-link-cleanup
[docs] Fix broken and outdated links
This commit is contained in:
@@ -101,7 +101,7 @@ case $(uname -s) in
|
||||
esac
|
||||
|
||||
# Check for Homebrew install and abort if it is not installed.
|
||||
brew -v > /dev/null 2>&1 || { echo >&2 "ERROR - solidity requires a Homebrew install. See http://brew.sh."; exit 1; }
|
||||
brew -v > /dev/null 2>&1 || { echo >&2 "ERROR - solidity requires a Homebrew install. See https://brew.sh."; exit 1; }
|
||||
brew update
|
||||
brew install boost
|
||||
brew install cmake
|
||||
|
||||
Reference in New Issue
Block a user