aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-10-25 03:43:38 +0800
committerGitHub <noreply@github.com>2018-10-25 03:43:38 +0800
commit06ba26a6d30565e7c6c4032528089d30ecc39fdd (patch)
treee9e5f3b16cdedfec383eceafa57c382f027e01dd
parent8635f8d7325d472dd7d4fac26f1a87bee17edd1a (diff)
parent78fb43f59cc687a2a749a4edf9f707dda418fa5a (diff)
downloaddexon-0x-contracts-06ba26a6d30565e7c6c4032528089d30ecc39fdd.tar
dexon-0x-contracts-06ba26a6d30565e7c6c4032528089d30ecc39fdd.tar.gz
dexon-0x-contracts-06ba26a6d30565e7c6c4032528089d30ecc39fdd.tar.bz2
dexon-0x-contracts-06ba26a6d30565e7c6c4032528089d30ecc39fdd.tar.lz
dexon-0x-contracts-06ba26a6d30565e7c6c4032528089d30ecc39fdd.tar.xz
dexon-0x-contracts-06ba26a6d30565e7c6c4032528089d30ecc39fdd.tar.zst
dexon-0x-contracts-06ba26a6d30565e7c6c4032528089d30ecc39fdd.zip
Merge pull request #1181 from snario/patch-1
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 78e1689d0..5ceae41ba 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,10 @@ We strongly recommend that the community help us make improvements and determine
Make sure you are using Yarn v1.9.4. To install using brew:
+```bash
+brew install yarn@1.9.4
+```
+
Then install dependencies
```bash