Merge pull request #28 from Arvanaghi/patch-1

brew install stack -> brew install haskell-stack
pull/29/head
JP Smith 7 years ago committed by GitHub
commit 8adbcac131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -25,7 +25,7 @@ Before starting with it, make sure you have libgmp-dev installed otherwise ghc w
It is technically optional, but working with solidity source will fail without it.
Run `npm install -g solc` to install it.
Once solc is installed, installing stack (`brew install stack`) and running
Once solc is installed, installing stack (`brew install haskell-stack`) and running
```
stack upgrade

Loading…
Cancel
Save