From b3a0480679607430ddee5d63124976490e354a6a Mon Sep 17 00:00:00 2001 From: Tasuku Nakamura Date: Tue, 24 Jul 2018 03:26:43 +0900 Subject: [PATCH] update doc about installing solc (#93) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1794f96e..3791d608 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ Before starting with it, make sure you have libgmp-dev installed otherwise ghc w [solc](https://www.npmjs.com/package/solc) is another echidna dependency not handled via stack. It is technically optional, but working with solidity source will fail without it. -Run `npm install -g solc` to install it. +Install `solc` following the [official document](https://solidity.readthedocs.io/en/v0.4.24/installing-solidity.html). +Note that `solc` must be installed by any method other than `npm / Node.js`. Once solc is installed, installing stack (`brew install haskell-stack`) and running