Update installing-solidity.rst

The brew install boost --c++11 command failed for me due to an outdated version of Node.js.

`brew upgrade` fixed this. I think it should be in the documentation to reduce the number of errors on install
This commit is contained in:
Jordan Leigh 2016-04-02 18:07:25 -07:00
parent c492d9be00
commit 4b709f1bdd

View File

@ -58,6 +58,8 @@ Set up Homebrew:
.. code-block:: bash
brew update
brew upgrade
brew install boost --c++11 # this takes a while
brew install cmake cryptopp miniupnpc leveldb gmp libmicrohttpd libjson-rpc-cpp
# For Mix IDE and Alethzero only