diff options
author | Liam Horne <snario@users.noreply.github.com> | 2018-10-25 03:23:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-25 03:23:44 +0800 |
commit | 78fb43f59cc687a2a749a4edf9f707dda418fa5a (patch) | |
tree | e9e5f3b16cdedfec383eceafa57c382f027e01dd | |
parent | 8635f8d7325d472dd7d4fac26f1a87bee17edd1a (diff) | |
download | dexon-sol-tools-78fb43f59cc687a2a749a4edf9f707dda418fa5a.tar dexon-sol-tools-78fb43f59cc687a2a749a4edf9f707dda418fa5a.tar.gz dexon-sol-tools-78fb43f59cc687a2a749a4edf9f707dda418fa5a.tar.bz2 dexon-sol-tools-78fb43f59cc687a2a749a4edf9f707dda418fa5a.tar.lz dexon-sol-tools-78fb43f59cc687a2a749a4edf9f707dda418fa5a.tar.xz dexon-sol-tools-78fb43f59cc687a2a749a4edf9f707dda418fa5a.tar.zst dexon-sol-tools-78fb43f59cc687a2a749a4edf9f707dda418fa5a.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |